Skip to content

Commit 6087ed8

Browse files
committed
[BUGFIX] fix bug in database volume
1 parent d35b0e0 commit 6087ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
networks:
2020
- relohub
2121
volumes:
22-
- database:/var/lib/msql
22+
- database:/var/lib/mysql
2323
cap_add:
2424
- SYS_NICE
2525
env_file:

0 commit comments

Comments
 (0)