Skip to content

Commit 538d5fc

Browse files
author
Lasim
committed
fix: update Docker run command to map port 8080 to 80 for frontend
1 parent 1e1692b commit 538d5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Alternatively, you can deploy the pre-built Docker images for the frontend and b
127127
The frontend requires environment variables to connect to the backend and for other configurations.
128128

129129
```bash
130-
docker run -d -p 8080:8080 \
130+
docker run -d -p 8080:80 \
131131
-e VITE_DEPLOYSTACK_APP_URL="http://localhost:3000" \
132132
-e VITE_APP_TITLE="DeployStack Instance" \
133133
deploystack/frontend:latest

0 commit comments

Comments
 (0)