chore(docker): bind pally service port to localhost only

This commit is contained in:
2026-05-31 13:16:04 +07:00
parent a0c8167da6
commit a02af3b0f0

View File

@@ -70,7 +70,7 @@ services:
PALLY_TOKEN: ${PALLY_TOKEN} PALLY_TOKEN: ${PALLY_TOKEN}
PALLY_SHOP_ID: ${PALLY_SHOP_ID} PALLY_SHOP_ID: ${PALLY_SHOP_ID}
ports: ports:
- "8000:8000" - "127.0.0.1:8000:8000"
restart: unless-stopped restart: unless-stopped
volumes: volumes: