Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1. ihme_maxscale:
  2.   config:
  3.     compose:
  4.       version: '2'
  5.       services:
  6.         maxscale:
  7.           image: reg.ihme.washington.edu/infra_public/maxscale:2.4
  8.           network_mode: host
  9.           volumes:
  10.            - /opt/maxscale/data:/etc
  11.           ports:
  12.            - "8989:8989"  # REST API port
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement