Skip to content

Instantly share code, notes, and snippets.

@toddlerya
Created January 3, 2019 14:37
Show Gist options
  • Save toddlerya/9d8a732f076afc67d37e6c3e43cd4a14 to your computer and use it in GitHub Desktop.
Save toddlerya/9d8a732f076afc67d37e6c3e43cd4a14 to your computer and use it in GitHub Desktop.
pypiserver_docker-compose
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