Last active
November 21, 2018 15:48
-
-
Save orenyomtov/90ab3d8a7e8876206438d2e9a3326eed to your computer and use it in GitHub Desktop.
This file contains 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: '3.6' | |
services: | |
gotty: | |
image: pataquets/gotty | |
command: -w bash | |
ports: | |
- 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment