Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


portainer

This is an old revision of the document!


Portainer Troubleshooting

docker-compose.yml

<code yaml docker-compose.yml>

version: “2.1” services:

portainer:
  image: portainer/portainer-ce
  container_name: portainer
  volumes:
    - /var/run/docker.sock:/var/run/docker.sock
    - ./portainer_data:/data
  ports:
    - 8000:8000
    - 9000:9000
  restart: always
portainer.1631430237.txt.gz · Last modified: 2021/09/12 10:03 by alexk7110