Last active
February 1, 2021 22:18
-
-
Save lebowvsky/2d1c024b17c9f8815d8a45b3dd9c9ea4 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: "2" | |
services: | |
app: | |
image: lebowvsky/cvonline | |
stdin_open: true # docker run -i | |
tty: true # docker run -t | |
ports: | |
- 4000:3000 #Par example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment