1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-05-06 22:06:42 +02:00
Files
dockerfiles/gotify/docker-compose.yml
T
2021-09-27 15:11:34 +08:00

13 lines
249 B
YAML

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