install.sh hinzugefügt
This commit is contained in:
commit
cd84f9c01b
12
install.sh
Normal file
12
install.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user