1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/gotify/docker-compose.yml

13 lines
249 B
YAML
Raw Normal View History

2021-09-27 07:11:34 +00:00
version: "3.8"
services:
gotify:
image: gotify/server
ports:
- "8080:80"
volumes:
- ./data:/app/data
environment:
- GOTIFY_DEFAULTUSER_NAME=admin
- GOTIFY_DEFAULTUSER_PASS=secret
restart: unless-stopped