From 5a0f262d2cb9bd21167284cb5f4c33b85b5e5a2a Mon Sep 17 00:00:00 2001 From: pipistrello Date: Tue, 5 Dec 2023 15:56:24 +0300 Subject: [PATCH] closing internal http port --- kms/docker-compose.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kms/docker-compose.yaml b/kms/docker-compose.yaml index b0ae3ac..92c8611 100644 --- a/kms/docker-compose.yaml +++ b/kms/docker-compose.yaml @@ -6,7 +6,7 @@ services: container_name: py-kms ports: - 1688:1688 - - 8080:8080 + # - 8080:8080 environment: IP: "::" HWID: RANDOM @@ -14,4 +14,10 @@ services: restart: always volumes: - /mnt/containers/kms/container-data:/home/py-kms/db:Z - - /etc/localtime:/etc/localtime:ro \ No newline at end of file + - /etc/localtime:/etc/localtime:ro + networks: + - reverseproxy-nw + +networks: + reverseproxy-nw: + external: true