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

Must be hung on both anonymous volumes to hang on to the host #76

Open
ChasLui opened this issue Sep 30, 2018 · 0 comments
Open

Must be hung on both anonymous volumes to hang on to the host #76

ChasLui opened this issue Sep 30, 2018 · 0 comments

Comments

@ChasLui
Copy link

ChasLui commented Sep 30, 2018

Can't volumes

docker run -d --name confluence -p 9000:8090 -p 9001:8091 --privileged=true -v ~/data/atlassian:/var/atlassian -v ~/data/atlassian/confluence:/var/atlassian/confluence --user root:root cptactionhank/atlassian-confluence:latest

Can volumes

docker run -d --name confluence -p 9000:8090 -p 9001:8091 --privileged=true -v ~/data/atlassian:/var/atlassian -v ~/data/atlassian/confluence:/var/atlassian/confluence -v ~/data/opt/atlassian/confluence/logs:/opt/atlassian/confluence/logs --user root:root cptactionhank/atlassian-confluence:latest
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

No branches or pull requests

1 participant