Browse Source

fix bug

main
xiaoz 1 year ago
parent
commit
f28560e0a9
  1. 4
      docker-compose.yaml

4
docker-compose.yaml

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

Loading…
Cancel
Save