open port 8080

This commit is contained in:
2023-12-01 17:19:48 +03:00
parent 90f2a81205
commit 230093591f
+1
View File
@@ -5,4 +5,5 @@ services:
container_name: py-kms container_name: py-kms
ports: ports:
- 1688:1688 - 1688:1688
- 8080:8080
restart: unless-stopped restart: unless-stopped