From cc00f13133a1665de79c8ea290290644040f575e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 19 Jul 2020 01:55:45 +0200 Subject: [PATCH] proper portbind --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 30e1182..74571bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: << : *restart_policy image: fgribreau/smtp-to-sendgrid-gateway environment: - - SENDGRID_API=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 + - SENDGRID_API=REPLACEME memcached: << : *restart_policy image: 'memcached:1.6-alpine' @@ -177,7 +177,7 @@ services: nginx: << : *restart_policy ports: - - '9000:80/tcp' + - '127.0.0.1:9000:80/tcp' image: 'nginx:1' volumes: - type: bind