Add Debian 11 scripts
This commit is contained in:
3
debian-11/apps/portainer/portainer.sh
Normal file
3
debian-11/apps/portainer/portainer.sh
Normal 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
|
||||
Reference in New Issue
Block a user