Created
June 19, 2021 20:54
-
-
Save sezeresim/d974ff7c9d99c165e1638659f3a0e4c6 to your computer and use it in GitHub Desktop.
docker-compose.yml
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: '3.8' | |
services: | |
test-app: | |
build: . | |
ports: | |
- 3000:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment