Created
July 22, 2016 00:12
-
-
Save buggtb/a42f04ee016fac6829f13328a644e82f 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
# Docker-compose for Celgene | |
version: '2' | |
services: | |
celgene-web: | |
image: "docker-dev.redda.celgene.com/celgene-web" | |
ports: | |
- "80:80" | |
- "443:443" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment