* Closes #1027 
* Default to using the non-root user in `docker-compose`
This commit is contained in:
Kevin Chung
2020-05-30 13:32:25 -04:00
committed by GitHub
parent 76e5ad08a8
commit 712e43aea4

View File

@@ -9,7 +9,7 @@ services:
- "8000:8000"
environment:
- UPLOAD_FOLDER=/var/uploads
- DATABASE_URL=mysql+pymysql://root:ctfd@db/ctfd
- DATABASE_URL=mysql+pymysql://ctfd:ctfd@db/ctfd
- REDIS_URL=redis://cache:6379
- WORKERS=1
- LOG_FOLDER=/var/log/CTFd