diff --git a/docker-compose.yml b/docker-compose.yml index 23c9848..1ed10f1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ services: strapi: image: vchikalkin/zapishis-strapi:latest - ports: - - "1337:1337" + # ports: + # - "1337:1337" environment: APP_KEYS: ${APP_KEYS} API_TOKEN_SALT: ${API_TOKEN_SALT}