Skip to content

Commit

Permalink
docker-compose: persistant ssh keypair
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jul 7, 2019
1 parent 465aee9 commit 4cc1c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '2'

volumes:
config:
ssh_keypair:
collections:

services:
Expand All @@ -10,6 +11,7 @@ services:
image: fphammerle/radicale
volumes:
- config:/etc/radicale:ro
- ssh_keypair:/var/lib/radicale/.ssh:rw
- collections:/var/lib/radicale/collections:rw
ports: ['0.0.0.0:5232:5232']
restart: unless-stopped
Expand Down

0 comments on commit 4cc1c80

Please sign in to comment.