Fix docker
This commit is contained in:
parent
a5a14d1226
commit
061a945564
5 changed files with 9 additions and 28 deletions
|
@ -1,11 +1,10 @@
|
|||
services:
|
||||
butterflyvu:
|
||||
image: ark.sudovanilla.org/korbs/butterlyvu:amd64
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 2014:2014
|
||||
image: ark.sudovanilla.org/korbs/butterflyvu:amd64
|
||||
network_mode: bridge
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
- ./docs/home.mdx:/app/src/content/home.mdx
|
||||
- ./docs/:/app/src/content/docs/
|
||||
- ./dists/:/app/dist/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue