ci: why did you removed that?

This commit is contained in:
원더 2021-01-13 22:43:58 +09:00
parent b9293a33a8
commit b0e16af449

View File

@ -10,12 +10,12 @@ services:
command: command:
- --character-set-server=utf8mb4 - --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci - --collation-server=utf8mb4_unicode_ci
volumes:
- /home/ubuntu/mysql-beta:/var/lib/mysql
web: web:
container_name: web container_name: web
build: . build: .
ports: ports:
- 4000:3000 - 4000:3000
volumes:
- /home/ubuntu/.cache/yarn/beta:/usr/local/share/.cache/yarn/v6
links: links:
- mysql - mysql