You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ window for something else.
153
153
>**Note**<br>
154
154
> Learn more about configuring this ckan docker:
155
155
> - [Backup the CKAN Database](#ckan-backups)
156
-
> - [Configuring a docker compose service to start on boot](#configure-docker-to-start-on-boot)
156
+
> - [Configuring a docker compose service to start on boot](#docker-compose-configure-a-docker-compose-service-to-start-on-boot)
157
157
158
158
At the end of the container start sequence there should be 6 containers running (or 5 if use NGINX Docker Compose file)
159
159
@@ -549,9 +549,6 @@ docker compose [-p <my_project>] down
549
549
```
550
550
551
551
### Docker Compose. Configure a docker compose service to start on boot
552
-
>**Note**<br>
553
-
> Test on Debian.
554
-
555
552
To have Docker Compose run automatically when you reboot a machine, you can follow the steps below:
556
553
1. Create a systemd service file forDocker Compose. You can create a file named `ckan-docker-compose.service`in the `/etc/systemd/system/` folder with the following content:
0 commit comments