Removed unnecessary compose.yml

This commit is contained in:
2025-06-26 20:22:42 +02:00
parent 981c785684
commit 600075d0ec

View File

@@ -1,19 +0,0 @@
# /services/portainer/compose.yml
services:
portainer:
image: portainer/portainer-ce:lts
container_name: portainer
restart: always
networks:
- traefik
ports:
- 8000:8000
- 9443:9443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
networks:
traefik:
external: true