Skip to content

Instantly share code, notes, and snippets.

@lebowvsky
Last active February 1, 2021 22:18
Show Gist options
  • Save lebowvsky/2d1c024b17c9f8815d8a45b3dd9c9ea4 to your computer and use it in GitHub Desktop.
Save lebowvsky/2d1c024b17c9f8815d8a45b3dd9c9ea4 to your computer and use it in GitHub Desktop.
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