local volume for mariadb svc

This commit is contained in:
Showdown76 2024-04-14 23:05:21 +00:00
parent 2060413bfe
commit ac32116433
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
MYSQL_USER: pelican MYSQL_USER: pelican
MYSQL_PASSWORD: pelican MYSQL_PASSWORD: pelican
volumes: volumes:
- data:/var/lib/mysql - ./mariadb:/var/lib/mysql
pelican: pelican:
build: ./pelican build: ./pelican
environment: environment: