Skip to content

Commit

Permalink
[DDING-000] 도커 외부 볼륨 설정 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou authored Nov 20, 2024
1 parent cac1b06 commit 0a4c6a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-server-integrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Develop Server Integrator (CI)
on:
push:
branches:
- fix/DDING-000
- develop

jobs:
build_and_push:
Expand Down
5 changes: 2 additions & 3 deletions compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ services:
TZ: Asia/Seoul
ports:
- "3306:3306"
# volumes:
# - mysql-volume:/var/lib/mysql
volumes:
- /var/lib/docker/volumes/5c9fc061c8d4a72682f54b0bed465f9e91efa0039bd031937479516888b5f872/_data:/var/lib/mysql
- mysql-volume:/var/lib/mysql

volumes:
mysql-volume:
external: true

0 comments on commit 0a4c6a5

Please sign in to comment.