Compare commits

...

4 Commits

Author SHA1 Message Date
9b3e365c28 Merge 8e00956660 into a71b78531d 2025-03-08 23:38:57 +01:00
a71b78531d Merge pull request #8064 from wallabag/fix-default-domain_name-to-avoid-cross-origin-issues
Fix default DOMAIN_NAME to avoid Cross-Origin issues
2025-03-08 09:49:37 +01:00
d988919448 Fix default DOMAIN_NAME to avoid Cross-Origin issues 2025-03-07 23:58:54 +01:00
8e00956660 Create .dockerignore
The Docker Image seems to have a lot of unnecessary files.

Please add files to be ignored.
2024-12-14 20:43:00 +01:00
2 changed files with 2 additions and 1 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
# please exclude files that are not necessary for building the docker image...

View File

@ -5,7 +5,7 @@ DATABASE_NAME=symfony
DATABASE_USER=root
DATABASE_PASSWORD=~
DATABASE_PATH='"%kernel.project_dir%/data/db/wallabag.sqlite"'
DOMAIN_NAME=http://localhost:8000
DOMAIN_NAME=http://127.0.0.1:8000
SECRET=ch4n63m31fy0uc4n
PHP_SESSION_SAVE_PATH=redis://redis:6379?database=2
PHP_SESSION_HANDLER=redis