uni-api / docker-compose.yml
yym68686's picture
🐛 Bug: Fix the bug that prevents the host machine from synchronizing database files.
79bd233
raw
history blame
251 Bytes
services:
uni-api:
container_name: uni-api
image: yym68686/uni-api:latest
environment:
- CONFIG_URL=http://file_url/api.yaml
ports:
- 8001:8000
volumes:
- ./api.yaml:/home/api.yaml
- ./uniapi_db:/home/data