We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b0c61 commit 222284eCopy full SHA for 222284e
1 file changed
src/client/docker-compose.yaml
@@ -7,9 +7,9 @@ services:
7
container_name: sentient-client
8
# Always restart the container unless it is explicitly stopped
9
restart: unless-stopped
10
- # Map port 80 on the VM to port 3000 inside the container
+ # Map port 3000 on the VM to port 3000 inside the container
11
ports:
12
- - "80:3000"
+ - "3000:3000"
13
# Load environment variables from a .env file in the same directory
14
env_file:
15
- .env
0 commit comments