Modified docker-compose port : 33060 -> 13060 due to already used port by mysql
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -6,6 +6,6 @@ services: | ... | @@ -6,6 +6,6 @@ services: |
6 | restart: always | 6 | restart: always |
7 | container_name: mamuri-db-container | 7 | container_name: mamuri-db-container |
8 | ports: | 8 | ports: |
9 | - - '33060:3306' | 9 | + - '13060:3306' |
10 | env_file: | 10 | env_file: |
11 | - "./mysql_init/.env" | 11 | - "./mysql_init/.env" | ... | ... |
-
Please register or login to post a comment