diff --git a/docker-compose.yml b/docker-compose.yml index 1ed10f1..98427c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}