Add configurable path to database and docker-compose sample
This commit is contained in:
12
docker-compose.yml-sample
Normal file
12
docker-compose.yml-sample
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
linkwallet:
|
||||
image: tardisx/linkwallet:latest
|
||||
container_name: linkwallet
|
||||
command: /app/linkwallet -db-path=/data/linkwallet.db
|
||||
volumes:
|
||||
- /home/username/.linkwallet:/data
|
||||
ports:
|
||||
- 8109:8080
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user