Remove ports in docker-compose.yml
This commit is contained in:
parent
9cf10dcf35
commit
6c027c9daa
@ -2,8 +2,6 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.4.12
|
image: mariadb:10.4.12
|
||||||
ports:
|
|
||||||
- 3306:3306
|
|
||||||
command: --character-set-server=utf8mb4
|
command: --character-set-server=utf8mb4
|
||||||
volumes:
|
volumes:
|
||||||
- ./mysql/data:/var/lib/mysql
|
- ./mysql/data:/var/lib/mysql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user