Update compose file orders

This commit is contained in:
2025-07-13 18:35:45 +05:30
parent fb28d1ce31
commit 7870863b52
21 changed files with 74 additions and 73 deletions

View File

@@ -1,7 +1,8 @@
services:
portainer:
image: docker.io/portainer/portainer-ee:latest
container_name: portainer
image: docker.io/portainer/portainer-ee:latest
restart: unless-stopped
volumes:
- ./data:/data
- /etc/localtime:/etc/localtime:ro
@@ -9,4 +10,3 @@ services:
ports:
- 8000:8000
- 9443:9443
restart: unless-stopped