mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Expose ports to outside network (#9509)
- Allows other devices to connect by default
This commit is contained in:
@ -24,6 +24,8 @@ services:
|
||||
volumes:
|
||||
- ../:/home/inventree:z
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
ports:
|
||||
- 8000:8000
|
||||
|
||||
environment:
|
||||
INVENTREE_DB_ENGINE: postgresql
|
||||
|
Reference in New Issue
Block a user