docker-compose: comment ports
This commit is contained in:
parent
ddc1f44fa0
commit
066de8ced8
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
strapi:
|
strapi:
|
||||||
image: vchikalkin/zapishis-strapi:latest
|
image: vchikalkin/zapishis-strapi:latest
|
||||||
ports:
|
# ports:
|
||||||
- "1337:1337"
|
# - "1337:1337"
|
||||||
environment:
|
environment:
|
||||||
APP_KEYS: ${APP_KEYS}
|
APP_KEYS: ${APP_KEYS}
|
||||||
API_TOKEN_SALT: ${API_TOKEN_SALT}
|
API_TOKEN_SALT: ${API_TOKEN_SALT}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user