Created
January 3, 2019 14:37
-
-
Save toddlerya/9d8a732f076afc67d37e6c3e43cd4a14 to your computer and use it in GitHub Desktop.
pypiserver_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: | |
pypi: | |
image: pypiserver/pypiserver:v1.2.5 | |
volumes: | |
- /home/evi1/pypi:/data/packages | |
# - /home/evi1/pypi/.htpasswd:/data/.htpasswd | |
container_name: pypi | |
ports: | |
- 8888:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment