This commit is contained in:
yedongfu 2021-05-23 10:16:02 +08:00
parent fd37ece699
commit 6047f87911

View File

@ -1,12 +1,14 @@
version: '1.25'
version: '3.3'
services:
web:
build: .
ports:
- '80:4005'
volumes:
- .:/app/dtm
# web:
# build: .
# ports:
# - '80:4005'
# volumes:
# - .:/app/dtm
mysql:
image: 'daocloud.io/mysql:5.7'
environment:
MYSQL_ROOT_PASSWORD: my-secret-pw
ports:
- '3306:3306'