csrf error solve. try 4

This commit is contained in:
Frank
2026-01-10 14:19:57 +01:00
parent 41f3547f6f
commit f810ad07b7
7 changed files with 127 additions and 4 deletions

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