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