2
0

proper portbind

This commit is contained in:
Torma Kristóf 2020-07-19 01:55:45 +02:00
parent a6ca0a9033
commit cc00f13133
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -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