install.sh hinzugefügt

This commit is contained in:
Yann Mölle 2025-04-15 15:17:51 +02:00
commit cd84f9c01b

12
install.sh Normal file
View File

@ -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