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

* Update mariadb to 10.4
* Remove LOG_FOLDER from docker-compose.yml
selenium-screenshot-testing
Kevin Chung 2018-11-28 00:57:54 -05:00 committed by GitHub
parent a8184ed424
commit 614243d8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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