Skip to content

Instantly share code, notes, and snippets.

@fungiboletus
Created February 8, 2016 18:22
Show Gist options
  • Save fungiboletus/9a618a601ee682c2183f to your computer and use it in GitHub Desktop.
Save fungiboletus/9a618a601ee682c2183f to your computer and use it in GitHub Desktop.
Cozy docker
# you should have nginx-proxy and letsencrypt-nginx-proxy-companion
# https://github.com/jwilder/nginx-proxy
# https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion
# Then, start cozy/full
docker run -d --name cozy-cloud \
-e VIRTUAL_HOST=cozy.example.net \
-e LETSENCRYPT_HOST=cozy.example.net \
-e LETSENCRYPT_EMAIL=postmaster@example.net \
-e DISABLE_SSL=true \
cozy/full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment