docker-compose: expose 1337 port for 127.0.0.1
This commit is contained in:
parent
9f6d5fe11c
commit
bbb697b159
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user