removed portainer

This commit is contained in:
2024-03-11 19:38:43 -05:00
parent 72b167babe
commit 8154d532a3

View File

@@ -29,19 +29,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