Browse Source

fix bug

main
xiaoz 2 years ago
parent
commit
dabd8c3100
  1. 4
      docker-compose.yaml

4
docker-compose.yaml

@ -2,7 +2,7 @@ version: '3'
services: services:
imgurl: imgurl:
image: helloz/imgurl image: helloz/imgurl
name: imgurl container_name: imgurl
volumes: volumes:
- ./imgurl:/data/wwwroot/default - ./imgurl:/data/wwwroot/default
ports: ports:
@ -11,7 +11,7 @@ services:
always always
mysql57: mysql57:
image: mysql:5.7 image: mysql:5.7
name: mysql57 container_name: mysql57
ports: ports:
- "13306:3306" - "13306:3306"
volumes: volumes:

Loading…
Cancel
Save