Add Debian 12 scripts

This commit is contained in:
2023-11-19 22:25:32 +01:00
parent 8126537ad6
commit b38afbe55a
30 changed files with 1513 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker run -d --name="portainer" --restart=unless-stopped -p 8000:8000 -p 9000:9000 -p 9443:9443 -v /var/run/docker.sock:/var/run/docker.sock -v /srv/portainer/data:/data portainer/portainer-ce