15 lines
261 B
YAML
Executable File
15 lines
261 B
YAML
Executable File
services:
|
|
gotify:
|
|
container_name: gotify
|
|
image: gotify/server
|
|
restart: unless-stopped
|
|
# ports:
|
|
# - 8282:80
|
|
volumes:
|
|
- "/zstore/Docker-volumes/Gotify/gotify_data:/app/data"
|
|
|
|
networks:
|
|
default:
|
|
external: true
|
|
name: proxy
|