version: '3' services: ####################################################################### mine-portainer: container_name: mine-portainer image: portainer/portainer-ce restart: always #command: -H tcp://tasks.agent:9001 --tlsskipverify ports: - 21201:9000 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ${PERSISTANT_STORAGE_PATH}/portainer/data:/data # - ${PERSISTANT_STORAGE_PATH}/portainer/logs:/? - ${PERSISTANT_STORAGE_PATH}/portainer/config:/? # - ${PERSISTANT_STORAGE_PATH}/portainer/data:/data environment: - TZ=${TIMEZONE} - logo=https://webapp5.dojo.e3lab.solutions/image/fregate4.png