proper portbind
This commit is contained in:
		@@ -46,7 +46,7 @@ services:
 | 
				
			|||||||
    << : *restart_policy
 | 
					    << : *restart_policy
 | 
				
			||||||
    image: fgribreau/smtp-to-sendgrid-gateway
 | 
					    image: fgribreau/smtp-to-sendgrid-gateway
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
     - SENDGRID_API=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
 | 
					     - SENDGRID_API=REPLACEME
 | 
				
			||||||
  memcached:
 | 
					  memcached:
 | 
				
			||||||
    << : *restart_policy
 | 
					    << : *restart_policy
 | 
				
			||||||
    image: 'memcached:1.6-alpine'
 | 
					    image: 'memcached:1.6-alpine'
 | 
				
			||||||
@@ -177,7 +177,7 @@ services:
 | 
				
			|||||||
  nginx:
 | 
					  nginx:
 | 
				
			||||||
    << : *restart_policy
 | 
					    << : *restart_policy
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - '9000:80/tcp'
 | 
					      - '127.0.0.1:9000:80/tcp'
 | 
				
			||||||
    image: 'nginx:1'
 | 
					    image: 'nginx:1'
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - type: bind
 | 
					      - type: bind
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user