We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab74071 commit 697551dCopy full SHA for 697551d
scripts.sh
@@ -50,7 +50,7 @@ start_nginx() {
50
local port=$(get_port)
51
52
printf "${BLUE}Starting NGINX container (${IMAGE_NAME}) on port ${port}...${NC}\n"
53
- docker run --rm --name "${IMAGE_NAME}" -d -p ${PORT}:80 ${FULL_IMAGE_NAME} >/dev/null
+ docker run --rm --name "${IMAGE_NAME}" -d -p ${port}:80 ${FULL_IMAGE_NAME} >/dev/null
54
}
55
56
stop_nginx() {
0 commit comments