Update 'README.md'

This commit is contained in:
alpcentaur 2023-02-27 16:56:47 +00:00
parent 61b017ffb2
commit 8655ffa628

View file

@ -11,7 +11,7 @@ Replace USER and PASS accordingly.
sudo apt-get install apache2-utils sudo apt-get install apache2-utils
echo $(htpasswd -nbB <USER> "<PASS>") | sed -e s/\\$/\\$\\$/g 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 Then later, when disabling nextcloud-web, uncomment and fill in under traefik middlewares
regarding the labels of the deb-rust-sncf container. regarding the labels of the deb-rust-sncf container.