Skip to content

Commit 6041914

Browse files
fix(config): updated
1 parent 8acf5be commit 6041914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ sudo apt install apache2 apache2-utils
113113
```
114114

115115
```bash
116-
`echo $(htpasswd -nb USER PASSWORD) | sed -e s/\\$/\\$\\$/g`
116+
echo $(htpasswd -nb USER PASSWORD) | sed -e s/\\$/\\$\\$/g
117117
```
118118

119119
use this in your `docker-compose.yml` (`USER:BASIC_AUTH_PASSWORD`)

0 commit comments

Comments
 (0)