update
This commit is contained in:
parent
fd37ece699
commit
6047f87911
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user