commit cd84f9c01bbe5576d1cd6b9b16a175d79ae433c6 Author: Yann Mölle Date: Tue Apr 15 15:17:51 2025 +0200 install.sh hinzugefügt diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..697f91a --- /dev/null +++ b/install.sh @@ -0,0 +1,12 @@ +# Create directories that store your stacks and stores Dockge's stack +mkdir -p /opt/stacks /opt/dockge +cd /opt/dockge + +# Download the compose.yaml +curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml + +# Start the server +docker compose up -d + +# If you are using docker-compose V1 or Podman +# docker-compose up -d \ No newline at end of file