First commit

This commit is contained in:
2026-01-14 23:24:24 +01:00
commit c9f15b87b3
214 changed files with 9851 additions and 0 deletions

3
run-portainer.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker run --name portainer --network backend -p 9443:9443 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data --detach portainer/portainer-ce:2.33.6-alpine