compose/gotify/docker-compose.yml

16 lines
291 B
YAML
Raw Normal View History

version: "3"
services:
gotify:
container_name: gotify
hostname: gotify.local
image: gotify/server
2024-05-31 21:03:25 -03:00
restart: unless-stopped
ports:
- 8085:80
volumes:
- "/docker/appdata/gotify/data:/app/data"
networks:
default:
name: "ubuntu-server"
external: true