Skip to content

Commit a4229e8

Browse files
authored
📝 Update deployment docs to use a different directory for traefik-public (fastapi#670)
1 parent 39ab1ff commit a4229e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎deployment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ But you have to configure a couple things first. 🤓
1616
* Create a remote directory to store your code, for example:
1717

1818
```bash
19-
mkdir -p /root/code/fastapi-project/
19+
mkdir -p /root/code/traefik-public/
2020
```
2121

2222
## Public Traefik
@@ -30,7 +30,7 @@ You need to do these next steps only once.
3030
Copy the Traefik Docker Compose file to your server, to your code directory. You could do it with `rsync`:
3131

3232
```bash
33-
rsync -a docker-compose.traefik.yml [email protected]:/root/code/fastapi-project/
33+
rsync -a docker-compose.traefik.yml [email protected]:/root/code/traefik-public/
3434
```
3535

3636
### Traefik Public Network

0 commit comments

Comments
 (0)