diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index 4ae9ab8..af0416d 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -44,7 +44,7 @@ only the server is a different implementation. * `bitwarden-data/` - a directory where bitwarden will store its database and other data * `.env` - a file containing environment variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the container +* `docker-compose.yml` - a docker compose file, telling docker how to run the container * `bitwarden-backup-script.sh` - a backup script if you want it You only need to provide the files.
diff --git a/bookstack/readme.md b/bookstack/readme.md index b4a4d8d..7533010 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -37,7 +37,7 @@ which uses nginx as a web server. * `bookstack-data/` - a directory where bookstack will store its web app data * `bookstack-db-data/` - a directory where bookstack will store its MySQL database data * `.env` - a file containing environment variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the containers +* `docker-compose.yml` - a docker compose file, telling docker how to run the containers * `bookstack-backup-script.sh` - a backup script if you want it You only need to provide the files.
diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 871c4ff..35ec33a 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -34,7 +34,7 @@ In this setup Caddy is used mostly as Https encrypted tunel ends with it, so that the traffic can be analyzed and dealt with based on the settings in `Caddyfile`. -Caddy with its build in https and and sane config approach +Caddy with its build-in https and and sane config approach allows a simple config to just work. ``` @@ -543,7 +543,7 @@ Add `CLOUDFLARE_API_TOKEN` variable with the value of the newly created token. MY_DOMAIN=example.com DOCKER_MY_NETWORK=caddy_net -CLOUDFLARE_API_TOKEN=asdasdasdasdasasdasdasdasdas +CLOUDFLARE_API_TOKEN= ``` ### - Edit docker-compose.yml diff --git a/homer/readme.md b/homer/readme.md index fed559e..77597a9 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -30,7 +30,7 @@ The docker image uses darkhttpd simple web server on alpine linux. * `assets/` - a directory containing icons and other directories with icons * `.env` - a file containing environment variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the container +* `docker-compose.yml` - a docker compose file, telling docker how to run the container * `config.yml` - homer's configuration file bind mounted in to the container All files and folders need to be provided.
diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 458060d..259e02d 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -45,7 +45,7 @@ and for [memory file caching](https://docs.nextcloud.com/server/latest/admin_man * `nextcloud-data/` - a directory where nextcloud will store users data and web app data * `nextcloud-db-data/` - a directory where nextcloud will store its database data * `.env` - a file containing environment variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the containers +* `docker-compose.yml` - a docker compose file, telling docker how to run the containers * `nginx.conf` - nginx web server configuration file * `nextcloud-backup-script.sh` - a backup script if you want it diff --git a/portainer/readme.md b/portainer/readme.md index 5e241a9..c506d39 100644 --- a/portainer/readme.md +++ b/portainer/readme.md @@ -32,7 +32,7 @@ In my use it is mostly information tool, rather than a management tool. * `portainer-data/` - a directory where portainer stores its peristent data * `.env` - a file containing environment variables for docker compose * `docker-compose.yml` - a docker compose file, telling docker - how to build the containers + how to run the containers You only need to provide the files.
The directory is created by docker compose on the first run. diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index a42cf7a..d573813 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -79,7 +79,7 @@ and consists of several components. * `grafana-data/` - a directory where grafana stores its data * `prometheus-data/` - a directory where prometheus stores its database and data * `.env` - a file containing environment variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the containers +* `docker-compose.yml` - a docker compose file, telling docker how to run the containers * `prometheus.yml` - a configuration file for prometheus All files must be provided.
diff --git a/watchtower/readme.md b/watchtower/readme.md index bb00d5a..154ee5c 100644 --- a/watchtower/readme.md +++ b/watchtower/readme.md @@ -31,7 +31,7 @@ This can be bandwidth intensive, so its scheduled checks should account for this ``` * `.env` - a file containing environment variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the container +* `docker-compose.yml` - a docker compose file, telling docker how to run the container Only these two files must be provided.