mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-13 13:58:05 +00:00
Expose host directly in compose
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
working_dir: /var/www/html
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
command: sh -c "npm install && npm run dev:docker"
|
||||
command: sh -c "npm install && npm run dev -- --host"
|
||||
networks:
|
||||
- default
|
||||
|
||||
|
Reference in New Issue
Block a user