Format repo

This commit is contained in:
2026-01-02 05:41:37 +04:00
parent 65d8337742
commit c023664bef
10 changed files with 150 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
restart: unless-stopped
security_opt:
- no-new-privileges:true
volumes:
@@ -13,6 +13,12 @@ services:
- "${PORTAINER_PORT:?}:9000"
- "8000:8000"
command: -H unix:///var/run/docker.sock
networks:
- portainer_network
volumes:
portainer_data:
networks:
portainer_network:
driver: bridge