Schlagwort: ubuntu

docker-compose systemd

If you want to start your docker container with the boot of the system you can use the systemd function in your Ubuntu System. First you have to find the path to your docker-compose installation. Use the „which“ command. Then you get the path to your installation: in this example: /usr/bin/docker-compose Now you can create the .service file by using:… Read more →