Guest User

Untitled

a guest
May 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. nginx:
  2. image: nginx
  3. hostname: myservice.local
  4. volumes:
  5. - nginx.local.conf:/etc/nginx/conf.d/myservice.conf
  6. container_name: goout-nginx
  7.  
  8. $ ping myservice.local
  9. ping: cannot resolve myservice.local: Unknown host
Add Comment
Please, Sign In to add comment