Create the DockerCompose-File
Connecting to Proxmox-Web-UI
- Open
proxmox.yourdomain.com - Go to the Node1 CT-console
Create DockerCompose-file
We create a new folder called “dockge” in /opt/stacks.
mkdir /opt/stacks/mkdir /opt/stacks/dockgeWe will now create our docker-compose.yml file in it. We open this straight away with the command “nano” or “vim”
cd /opt/stacks/dockge/nano docker-compose.ymlYou can see what is written there from my docker compose file.
I have also written explanations there as a comment for the individual points that you can change.