mirror of
https://github.com/Dokploy/website.git
synced 2026-06-19 06:05:27 +02:00
docs: update manual installation instructions to connect Traefik container to the existing network
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user