Added container_name to portainer

This commit is contained in:
Max Buz
2023-09-23 13:22:06 +02:00
committed by GitHub
parent d147ed0310
commit 4e7b0c673c

View File

@@ -1,11 +1,12 @@
version: "3"
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
ports:
- 9443:9443
env_file:
- stack.env
- .env
volumes:
- ${PORTAINER_DATA}:/data
- /var/run/docker.sock:/var/run/docker.sock