Files
org-roam/20230417114538-docker_compose.org
2025-11-05 09:18:11 +01:00

960 B

docker-compose

A compoise file for docker containers. You can predefine containers to run list settings applied to those containers in a docker-compose file (docker-compose.yml). When you run this file, the listed containers get set up.

The Setup

The command for running docker-comose is:

 docker-compose up -d

The -d stands for run the command in the backfground and give the prompt back to the terminal. Instead of "up -d" you can also run the restart command to restart all containers listed in an compose-file.

Compose file locations

nextcloud, MariaDB: Main-location

Whoogle-search: whoogle-location

rustdesk: rustdesk-location