Merge pull request #6 from Sean2525/master

Remove ports in docker-compose.yml
This commit is contained in:
iyear 2020-05-22 14:09:49 +08:00 committed by GitHub
commit cb3c3a4921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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