csrf error solve. try 4

This commit is contained in:
Frank
2026-01-10 14:19:57 +01:00
parent ab80d4de83
commit 3f33ec6fef
3 changed files with 47 additions and 1 deletions
+6
View File
@@ -6,6 +6,9 @@ services:
build:
context: ..
dockerfile: docker/php/Dockerfile
args:
USER_ID: ${USER_ID:-1000}
GROUP_ID: ${GROUP_ID:-1000}
container_name: escapepage-php
volumes:
- ../:/var/www/html:delegated
@@ -24,6 +27,9 @@ services:
build:
context: ..
dockerfile: docker/php/Dockerfile
args:
USER_ID: ${USER_ID:-1000}
GROUP_ID: ${GROUP_ID:-1000}
container_name: escapepage-php-worker
volumes:
- ../:/var/www/html:delegated