update docker-compose.yml

This commit is contained in:
long2ice
2020-09-19 20:30:45 +08:00
parent f3bb80bfc5
commit 51621aeaf0

View File

@@ -16,5 +16,5 @@ services:
- '8000:8000'
depends_on:
- mysql
image: prismspay
image: fastapi-admin
command: uvicorn examples.main:app --port 8000 --host 0.0.0.0