removed dockge port forward

This commit is contained in:
azykov@mail.ru 2026-04-12 22:27:58 +03:00
parent 9905d1a175
commit 77e3861367
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ services:
image: louislam/dockge:1 image: louislam/dockge:1
container_name: dockge container_name: dockge
restart: always restart: always
ports:
- 5001:5001
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /docker/data/dockge/data:/app/data - /docker/data/dockge/data:/app/data