Add exposed port
This commit is contained in:
parent
a2eeb48f74
commit
3c85441bf1
@ -19,6 +19,8 @@ services:
|
|||||||
container_name: vencloud_backend
|
container_name: vencloud_backend
|
||||||
image: ghcr.io/vencord/vencloud:main
|
image: ghcr.io/vencord/vencloud:main
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8485:8080
|
||||||
environment:
|
environment:
|
||||||
- PORT=8080 # Port and host to bind the server to. If running in Docker, there's no point changing them.
|
- PORT=8080 # Port and host to bind the server to. If running in Docker, there's no point changing them.
|
||||||
- HOST=0.0.0.0
|
- HOST=0.0.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user