Database name changed

From my testing, the database name in the docker image changed from 
data => writefreely.
This PR fixes that issue.
This commit is contained in:
The Administrators 2022-02-12 12:12:32 -07:00 committed by GitHub
parent 1b30ff9351
commit 35ac1ab01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
db:
image: "mariadb:latest"
volumes:
- db-data:/var/lib/mysql/data
- db-data:/var/lib/mysql/writefreely
networks:
- writefreely
environment: