Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez authored May 9, 2023
1 parent 5ec7ae5 commit b362ad8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ window for something else.
>**Note**<br>
> 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)

Expand Down Expand Up @@ -549,9 +549,6 @@ docker compose [-p <my_project>] down
```

### Docker Compose. Configure a docker compose service to start on boot
>**Note**<br>
> 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:

Expand Down

0 comments on commit b362ad8

Please sign in to comment.