standard 6000 series ports for dcr and drone

This commit is contained in:
2025-09-23 17:10:09 +05:30
parent eb5f44341f
commit 854db0c2e8

View File

@@ -12,7 +12,7 @@ services:
image: joxit/docker-registry-ui:latest
container_name: registry-ui
ports:
- "8080:80"
- "6001:80"
environment:
REGISTRY_URL: http://registry:5000
depends_on:
@@ -36,7 +36,7 @@ services:
image: drone/drone:2
container_name: drone-server
ports:
- "8081:80"
- "6003:80"
volumes:
- ./drone-data:/data
environment: