Skip to content

Commit

Permalink
refactor: update server volume
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Dec 5, 2024
1 parent a108341 commit 98f3851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/docker/docker-compose-bu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
TZ: Asia/Seoul
volumes:
- mapletool_db:/var/lib/mysql
- ./backup:/backup
- ../backup:/backup
entrypoint:
- /bin/bash
- -c
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
user: root:root
volumes:
- mapletool_db:/var/lib/mysql
- ./backup:/backup
- ../backup:/backup
entrypoint:
- bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion server/docker/docker-compose-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
TZ: Asia/Seoul
volumes:
- db:/var/lib/mysql
- ./connection:/var/run/mysqld
- ../connection:/var/run/mysqld
command: >
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci

0 comments on commit 98f3851

Please sign in to comment.