mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Expose ports to outside network (#9509)
- Allows other devices to connect by default
This commit is contained in:
@ -51,6 +51,11 @@
|
||||
}
|
||||
},
|
||||
|
||||
"runArgs": [
|
||||
"-p",
|
||||
"8000:8000"
|
||||
],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
|
||||
|
||||
|
Reference in New Issue
Block a user