bw-cli in docker hopefully...
This commit is contained in:
9
Overhead/bitwarden-cli/docker-compose.yml
Normal file
9
Overhead/bitwarden-cli/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
dev:
|
||||||
|
image: "node:16.14-buster-slim"
|
||||||
|
user: "node"
|
||||||
|
working_dir: /home/node/dev
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /docker/storage/overhead/bw-cli:/home/node/dev
|
Reference in New Issue
Block a user