closing internal http port
parent
93eb692ea5
commit
5a0f262d2c
|
|
@ -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
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- reverseproxy-nw
|
||||
|
||||
networks:
|
||||
reverseproxy-nw:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue