mirror of
https://github.com/wallabag/wallabag.git
synced 2026-02-24 10:17:34 +01:00
Compare commits
4 Commits
132c81c5ae
...
9b3e365c28
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b3e365c28 | |||
| a71b78531d | |||
| d988919448 | |||
| 8e00956660 |
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
# please exclude files that are not necessary for building the docker image...
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user