Created
July 22, 2016 00:12
-
-
Save buggtb/03e80af967e94573288d86aaf2e686a2 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