From e12262078a243214dc93d4cc2e50c8db079f9250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 11 Mar 2024 16:46:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20deployment=20docs=20to?= =?UTF-8?q?=20use=20a=20different=20directory=20for=20traefik-public=20(#6?= =?UTF-8?q?70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.md b/deployment.md index d402039..c2736db 100644 --- a/deployment.md +++ b/deployment.md @@ -16,7 +16,7 @@ But you have to configure a couple things first. 🤓 * Create a remote directory to store your code, for example: ```bash -mkdir -p /root/code/fastapi-project/ +mkdir -p /root/code/traefik-public/ ``` ## Public Traefik @@ -30,7 +30,7 @@ You need to do these next steps only once. Copy the Traefik Docker Compose file to your server, to your code directory. You could do it with `rsync`: ```bash -rsync -a docker-compose.traefik.yml root@your-server.example.com:/root/code/fastapi-project/ +rsync -a docker-compose.traefik.yml root@your-server.example.com:/root/code/traefik-public/ ``` ### Traefik Public Network