Last active
October 10, 2019 02:26
-
-
Save viniciussanchez/13324070d551fd48bc71153e25f8e3d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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