Update mariadb to 10.4 based on #726 (#762)

* Update mariadb to 10.4
* Remove LOG_FOLDER from docker-compose.yml
This commit is contained in:
Kevin Chung
2018-11-28 00:57:54 -05:00
committed by GitHub
parent a8184ed424
commit 614243d8c0

View File

@@ -8,7 +8,6 @@ services:
- "8000:8000"
environment:
- UPLOAD_FOLDER=/var/uploads
- LOG_FOLDER=/var/log/CTFd
- DATABASE_URL=mysql+pymysql://root:ctfd@db/ctfd
- REDIS_URL=redis://cache:6379
- WORKERS=4
@@ -23,7 +22,7 @@ services:
internal:
db:
image: mariadb:10.2
image: mariadb:10.4
restart: always
environment:
- MYSQL_ROOT_PASSWORD=ctfd