fix: add host gateway mapping for mysql
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
- "8002:8002"
|
- "8002:8002"
|
||||||
env_file:
|
env_file:
|
||||||
- ./backend/.env
|
- ./backend/.env
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/app:/app/app
|
- ./backend/app:/app/app
|
||||||
- /var/www/tuhui_uploads:/app/uploads
|
- /var/www/tuhui_uploads:/app/uploads
|
||||||
|
|||||||
Reference in New Issue
Block a user