Updating Docker Compose & README.md

This commit is contained in:
Johnnybegood90
2026-03-14 02:57:13 +01:00
parent 62732ab2c6
commit 8c81c05bca
5 changed files with 97 additions and 14 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ services:
ports:
- "${PORT:-8080}:80"
volumes:
- ./config.json:/var/www/html/config.json
- ./data:/data
restart: unless-stopped