Update file names

This commit is contained in:
2025-07-02 17:41:16 +05:30
parent 8b9ae861bd
commit 9983125878
22 changed files with 0 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
services:
gotify:
image: gotify/server:2.6.3
container_name: gotify
environment:
- TZ=${TZ}
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
volumes:
- ${APPDATA_PATH}/gotify/config:/app/data
ports:
- "${PORT}:80"
restart: unless-stopped