Files
self-hosted-docker-setups/gotify/docker-compose.yml
2021-09-23 20:25:02 -05:00

15 lines
505 B
YAML

version: "3"
services:
gotify:
image: gotify/server-arm64
container_name: gotify_server
ports:
- 80:80 # Change this
environment:
- TZ=America/Chicago # Change this
- GOTIFY_DEFAULTUSER_NAME=admin # Change this
- GOTIFY_DEFAULTUSER_PASS=admin # Change this
volumes:
- "/home/pi/gotify/data:/app/data" # Change this