Skip to content

CrashPlan-Pro install using Docker Compose #451

Closed Answered by jlesage
jacko306 asked this question in Q&A
Discussion options

You must be logged in to vote

Since you are probably using the Small Business plan, you should add the CRASHPLAN_SERVER_ADDRESS environment variable and set its value to SMB. See https://github.com/jlesage/docker-crashplan-pro#environment-variables for more details.

Here is an example of a section to add to your compose file"

  environment:
    - USER_ID=1000
    - GROUP_ID=1000
    - CRASHPLAN_SRV_MAX_MEM=2G
    - CRASHPLAN_SERVER_ADDRESS=SMB

https://docs.docker.com/compose/environment-variables/set-environment-variables/

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jlesage
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants