portainer

Portainer

https://joettis.com/blog/2020/08/18/einfache-aktualsieriung-von-portainer-io-mittel-docker-compose-yml/

version: '3'
services:
  portainer:
    image: cr.portainer.io/portainer/portainer-ce:2.9.3
    container_name: portainer
    restart: always
    ports:
      - 8999:9000
      - 8000:8000
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /home/fabian/portainer_data:/data

volumes:
  portainer_data:
  • portainer.txt
  • Zuletzt geändert: 2021/12/22 10:33
  • von Fabian Horst