proper portbind
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user