Browse Source

added some minor details

Toastie 1 year ago
parent
commit
1ac5c6c3eb
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -1,9 +1,8 @@
 # Docker startup helper scripts 
 
-`startup.sh` runs `docker compose` for a list of services to bring containers up/down or pulls images.  The services must be defined as  absolute paths to `docker-compose.yml` files in `/opt/docker/startup/services.conf`.
+`startup.sh` runs `docker compose` for a list of services to bring containers up/down or to pull images. The services must be defined as absolute paths to `docker-compose.yml` files in `/opt/docker/startup/services.conf`.
 
-`container-startup.service` is a one-shot systemd service which runs `startup.sh up` after boot.
-Stop and restart are explicitly not part of the service as those actions are
+`container-startup.service` is a one-shot systemd service which runs `startup.sh up` after boot as soon as the docker service is ready. Stop and restart are explicitly not part of the service, as those actions are
 [handled by the docker daemon](https://docs.docker.com/config/containers/start-containers-automatically/).
 
 To install the service run: