added persistant storage
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 14s

This commit is contained in:
Nathan 2026-07-06 17:00:25 -04:00
parent d11a509648
commit 8a95a8a189

View File

@ -8,6 +8,8 @@ services:
- TZ=America/New_York - TZ=America/New_York
ports: ports:
- 8000:8000 - 8000:8000
volumes:
- /mnt/appdata/apprise/data:/config
restart: unless-stopped restart: unless-stopped
networks: networks:
- proxy-net - proxy-net