docker-compose: expose 1337 port for 127.0.0.1

This commit is contained in:
vchikalkin 2025-07-13 11:23:39 +03:00
parent 9f6d5fe11c
commit bbb697b159

View File

@ -1,8 +1,8 @@
services:
strapi:
image: vchikalkin/zapishis-strapi:latest
# ports:
# - "1337:1337"
ports:
- "127.0.0.1:1337:1337"
environment:
APP_KEYS: ${APP_KEYS}
API_TOKEN_SALT: ${API_TOKEN_SALT}