re-defined compose and .env file names

This commit is contained in:
Max Buz
2023-09-23 12:39:56 +02:00
committed by GitHub
parent 49b5b96ef3
commit 95f03e7cf1
15 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: "3"
services:
portainer:
image: portainer/portainer-ce:latest
ports:
- 9443:9443
env_file:
- stack.env
volumes:
- ${PORTAINER_DATA}:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
volumes:
data: