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