Merge pull request #6 from Sean2525/master
Remove ports in docker-compose.yml
This commit is contained in:
commit
cb3c3a4921
@ -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
|
||||||
@ -18,4 +16,4 @@ services:
|
|||||||
- ./e5bot/config.yml:/root/config.yml
|
- ./e5bot/config.yml:/root/config.yml
|
||||||
- ./e5bot/log:/root/log
|
- ./e5bot/log:/root/log
|
||||||
restart: always
|
restart: always
|
||||||
container_name: e5bot
|
container_name: e5bot
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user