Last active
September 1, 2020 19:35
-
-
Save qweliant/01a8cbba29e573ab804393cf4ba7a13b to your computer and use it in GitHub Desktop.
yml for docker compose
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' | |
services: | |
chatsume: | |
build: . | |
container_name: "chsme" | |
ports: | |
- "8000:8080" | |
volumes: | |
- ./app/:/app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment