Browse Source

fix bug

main
xiaoz 1 year ago
parent
commit
c0708049ff
  1. 2
      docker-compose.yaml

2
docker-compose.yaml

@ -6,7 +6,7 @@ services:
volumes: volumes:
- ./imgurl:/data/wwwroot/default - ./imgurl:/data/wwwroot/default
ports: ports:
- "8880:80" - "8880:8880"
restart: restart:
always always
mysql57: mysql57:

Loading…
Cancel
Save