From b362ad8e2fc8c93205484b2a0db226b03beee800 Mon Sep 17 00:00:00 2001 From: mjanez <96422458+mjanez@users.noreply.github.com> Date: Tue, 9 May 2023 15:47:43 +0200 Subject: [PATCH] Fix README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 67ffae3d..4ca9f362 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ window for something else. >**Note**
> Learn more about configuring this ckan docker: > - [Backup the CKAN Database](#ckan-backups) -> - [Configuring a docker compose service to start on boot](#configure-docker-to-start-on-boot) +> - [Configuring a docker compose service to start on boot](#docker-compose-configure-a-docker-compose-service-to-start-on-boot) At the end of the container start sequence there should be 6 containers running (or 5 if use NGINX Docker Compose file) @@ -549,9 +549,6 @@ docker compose [-p ] down ``` ### Docker Compose. Configure a docker compose service to start on boot ->**Note**
-> Test on Debian. - To have Docker Compose run automatically when you reboot a machine, you can follow the steps below: 1. Create a systemd service file for Docker Compose. You can create a file named `ckan-docker-compose.service` in the `/etc/systemd/system/` folder with the following content: