Created
June 20, 2021 10:02
-
-
Save JaniKibichi/1c1859a4ba444d6d7f0e4539470a7bf3 to your computer and use it in GitHub Desktop.
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: | |
web: | |
image: utility-ussd-api | |
build: ./ | |
container_name: utility-ussd-api | |
ports: | |
- "7500:7500" | |
stdin_open: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment