Browse Source

Update 'README.md'

master
alpcentaur 1 year ago
parent
commit
8655ffa628
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -11,7 +11,7 @@ Replace USER and PASS accordingly.
sudo apt-get install apache2-utils
echo $(htpasswd -nbB <USER> "<PASS>") | sed -e s/\\$/\\$\\$/g
```
In `docker/compose/docker-compose.yml` replace the "<output>" variable with the output of the echo command above.
In `docker/compose/docker-compose.yml` replace the "\<output\>" variable with the output of the echo command above.
Then later, when disabling nextcloud-web, uncomment and fill in under traefik middlewares
regarding the labels of the deb-rust-sncf container.

Loading…
Cancel
Save