Files
compose/gotify/docker-compose.yml

10 lines
221 B
YAML

services:
gotify:
container_name: gotify
hostname: gotify.local
image: gotify/server:latest
restart: unless-stopped
ports:
- 8085:80
volumes:
- "/docker/appdata/gotify/data:/app/data"