Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.21 KB | None | 0 0
  1. version: '2'
  2. services:
  3.     guacamole:
  4.         container_name: guacamole
  5.         ports:
  6.            - '8089:8080'
  7.         volumes:
  8.            - 'guacamole:/config'
  9.         image: oznu/guacamole
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement