fix: correct URL format in docker-compose files and improve viewport handling in index.php
All checks were successful
Build Container / docker (push) Successful in 28s

This commit is contained in:
2026-02-15 19:58:43 +01:00
parent 427fa24565
commit faea2b0899
3 changed files with 9 additions and 6 deletions

View File

@@ -13,6 +13,6 @@ services:
- ./logs:/srv/logs
environment:
- URL=http://localhost:8080
- URL=http://localhostxxx:8080
ports:
- 8080:80