initial import
This commit is contained in:
12
docker-compose-sample.yaml
Normal file
12
docker-compose-sample.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
borgstore:
|
||||
image: docker.asperti.com/paspo/borgstore
|
||||
ports:
|
||||
- 2222:22
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./ssh:/ssh # add authorized_keys file here
|
||||
environment:
|
||||
PUID: 1000 # default: 1000
|
||||
PGID: 1000 # default: 1000
|
||||
TZ: Europe/Rome # default: Etc/UTC
|
||||
Reference in New Issue
Block a user