fix pretalx for cfp.eh22.easterhegg.eu CSRF problem
All checks were successful
/ Ansible Lint (push) Successful in 2m0s

This commit is contained in:
chris 2025-01-16 14:06:36 +01:00
commit 1d621e12fb
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -41,6 +41,7 @@ services:
- "50"
- "--log-level=info"
- "--bind=0.0.0.0:8080"
- "--forwarded-allow-ips=172.18.0.1"
ports:
- 8080:8080
restart: unless-stopped