mirror of
https://github.com/koreanbots/core.git
synced 2025-12-17 23:00:22 +00:00
chore: added data mount
This commit is contained in:
parent
b8b6d2cbf0
commit
6629915918
@ -10,9 +10,9 @@ services:
|
|||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/mysql
|
- /home/ubuntu/mysql-beta:/var/lib/mysql
|
||||||
koreanbots:
|
web:
|
||||||
container_name: koreanbots
|
container_name: web
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 4000:3000
|
- 4000:3000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user