Skip to content

Instantly share code, notes, and snippets.

@viniciussanchez
Last active October 10, 2019 02:26
Show Gist options
  • Save viniciussanchez/13324070d551fd48bc71153e25f8e3d4 to your computer and use it in GitHub Desktop.
Save viniciussanchez/13324070d551fd48bc71153e25f8e3d4 to your computer and use it in GitHub Desktop.
version: '2.1'
services:
horse:
image: hashload/delphi-dev:10.3.2-rio
privileged: true
tty: true
ports:
- '9000:9000'
- '64211:64211'
mongo:
image: mongo
ports:
- '27017:27017'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment