Add exposed port

This commit is contained in:
Isaac Shoebottom 2024-09-19 10:48:46 -03:00
parent a2eeb48f74
commit 3c85441bf1

View File

@ -19,6 +19,8 @@ services:
container_name: vencloud_backend
image: ghcr.io/vencord/vencloud:main
restart: always
ports:
- 8485:8080
environment:
- 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