Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mount nginx_secrets volume on host with directory binding #224

Closed
wants to merge 1 commit into from

Conversation

keithics
Copy link

Adds the option to mount the nginx_secrets volume on the host

@JonasAlfredsson
Copy link
Owner

Isn't it just easier to change the

volumes:
      - nginx_secrets:/etc/letsencrypt

to

volumes:
      - ./nginx_secrets:/etc/letsencrypt

if you are interested in making this a bind mount instead?

The current nginx_secrets volume mount is just an example in case you want to use that instead of bind mounting it. Or am I missing something here?

@JonasAlfredsson
Copy link
Owner

Example file now updated with explanation of difference between the two mount types: 77ea6ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants