docs: update manual installation instructions to connect Traefik container to the existing network

This commit is contained in:
Mauricio Siu
2025-09-07 13:33:18 -06:00
parent 05ad2aa188
commit 0d91341c99

View File

@@ -164,7 +164,6 @@ install_dokploy() {
docker run -d \
--name dokploy-traefik \
--network dokploy-network \
--restart always \
-v /etc/dokploy/traefik/traefik.yml:/etc/traefik/traefik.yml \
-v /etc/dokploy/traefik/dynamic:/etc/dokploy/traefik/dynamic \
@@ -174,6 +173,8 @@ install_dokploy() {
-p 443:443/udp \
traefik:v3.5.0
docker network connect dokploy-network dokploy-traefik
# Optional: Use docker service create instead of docker run
# docker service create \