Update docker-compose.yml

修改bodgeit错误的映射端口
This commit is contained in:
残亦 2018-05-17 01:04:51 +08:00 committed by GitHub
parent fe6e334d1e
commit e9a24eab33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ services:
bodgelt:
image: psiinon/bodgeit:latest
ports:
- "85:80"
- "85:8080"
wackopicko:
image: adamdoupe/wackopicko:latest
@ -95,4 +95,4 @@ services:
environment:
- MYSQL_ROOT_PASSWORD=mcirpass00112233
- MYSQL_DATABASE=sqlol
#########################################
#########################################