This commit is contained in:
traveler 2025-01-22 17:43:53 -06:00
parent a77cdb7912
commit fdbffcaf2d
2 changed files with 65 additions and 0 deletions

23
portainer.yaml Normal file
View file

@ -0,0 +1,23 @@
portainer:
image: portainer/portainer-ce
container_name: portainer
hostname: portainer
# command: -H unix:///var/run/docker.sock
# command:
# --no-auth
networks:
- netgrimoire
restart: always
ports:
- 9000:9000
- 8000:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /DockerVol/portainer:/data
environment:
- TZ=America/Chicago
- PGID=999
- PUID=1001