Skip to content

Commit

Permalink
fix: remove --publish for http/https
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet1 committed Dec 25, 2024
1 parent fff98f4 commit 13c1ce0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apps/docs/content/docs/core/manual-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ docker service create \
--network dokploy-network \
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
--publish published=$DOKPLOY_HTTP_PORT,target=80,mode=host \
--publish published=$DOKPLOY_HTTPS_PORT,target=443,mode=host \
--publish published=$DOKPLOY_APP_PORT,target=3000,mode=host \
--update-parallelism 1 \
--update-order stop-first \
Expand Down
2 changes: 0 additions & 2 deletions apps/website/public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ install_dokploy() {
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
--mount type=volume,source=dokploy-docker-config,target=/root/.docker \
--publish published=$DOKPLOY_HTTP_PORT,target=80,mode=host \
--publish published=$DOKPLOY_HTTPS_PORT,target=443,mode=host \
--publish published=$DOKPLOY_APP_PORT,target=3000,mode=host \
--update-parallelism 1 \
--update-order stop-first \
Expand Down

0 comments on commit 13c1ce0

Please sign in to comment.