closing internal http port

master
pipistrello 2023-12-05 15:56:24 +03:00
parent 93eb692ea5
commit 5a0f262d2c
1 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@ services:
container_name: py-kms
ports:
- 1688:1688
- 8080:8080
# - 8080:8080
environment:
IP: "::"
HWID: RANDOM
@ -15,3 +15,9 @@ services:
volumes:
- /mnt/containers/kms/container-data:/home/py-kms/db:Z
- /etc/localtime:/etc/localtime:ro
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true