adjusted compose files name

This commit is contained in:
Maksym Buz
2025-02-06 13:14:11 +01:00
committed by GitHub
parent 01d67e36e5
commit 81a704ad0b
10 changed files with 0 additions and 0 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: