uopspop

Untitled

Mar 29th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. version: "3.7"
  2. services:
  3. myweb:
  4. build:
  5. context: ./app
  6. args:
  7. whoami: "Tony"
  8. image: uopsdod/myweb:latest
  9. ports:
  10. - "8080:80"
Add Comment
Please, Sign In to add comment