docker-compose.yml da port o'zgaruvchisi qo'shildi.

This commit is contained in:
A'zamov Samandar
2025-04-19 15:45:21 +05:00
parent 8bc491e0a5
commit d9c3ba3357

View File

@@ -15,7 +15,7 @@ services:
- "--entrypoints.web.address=:80"
- "--providers.docker.exposedbydefault=false"
ports:
- "80:80"
- "${PORT-84}:80"
- "8080:8080" # Dashboard uchun
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"