compose/gotify/docker-compose.yml

16 lines
298 B
YAML
Raw Permalink Normal View History

version: "3"
services:
gotify:
container_name: gotify
hostname: gotify.local
2024-09-19 18:29:50 -03:00
image: gotify/server:latest
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