chore(docker): bind pally service port to localhost only
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user