Added macro to .env

This commit is contained in:
Max Buz
2025-01-27 23:35:14 +01:00
committed by GitHub
parent 9ba4de90d1
commit f709185063
2 changed files with 1 additions and 1 deletions

View File

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