removed portainer

This commit is contained in:
2025-03-20 17:42:03 -05:00
parent 0101eda566
commit 4976226c87

View File

@@ -25,19 +25,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
# portainer:
# container_name: portainer
# image: portainer/portainer-ce:latest
# networks:
# - reverse-proxy
# ports:
# - 9000:9000/tcp
# restart: always
# volumes:
# - ${DOCKER_CONFIGS}/portainer/data:/data
# - /var/run/docker.sock:/var/run/docker.sock
# - /etc/localtime:/etc/localtime:ro
networks:
reverse-proxy:
name: reverse-proxy