Skip to content

Commit 03686b0

Browse files
authored
Updating minor commands (#54)
Fixing docker-compose command. Fixing CD location for config.
1 parent 5ac7f67 commit 03686b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-04-17-traefik-portainer-ssl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ docker-compose up -d
125125
## Traefik Routes Config
126126

127127
```bash
128-
cd traefik
128+
cd traefik/data
129129
nano config.yml
130130
```
131131

132132
`config.yml` [here](https://github.com/techno-tim/techno-tim.github.io/tree/master/reference_files/traefik-portainer-ssl/traefik)
133133

134134
```bash
135-
docker-compose -d --force-recreate
135+
docker-compose up -d --force-recreate
136136
```

0 commit comments

Comments
 (0)