fix: docker-compose up can't work on linux (#606)

This commit is contained in:
Ryao 2022-03-22 18:43:02 +08:00 committed by GitHub
parent ade64693e4
commit d0952ae908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ services:
- db
environment:
RUNNING_IN_DOCKER: "true"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./conf:/conf/
db: