mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
docker for arm
This commit is contained in:
@@ -2,7 +2,8 @@ version: "3.2"
|
||||
|
||||
services:
|
||||
dhfs1:
|
||||
build: .
|
||||
image: ghcr.io/usatiuk/dhfs:main
|
||||
# build: .
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/fuse
|
||||
@@ -12,7 +13,8 @@ services:
|
||||
- 8081:8443
|
||||
- 5005:5005
|
||||
dhfs2:
|
||||
build: .
|
||||
image: ghcr.io/usatiuk/dhfs:main
|
||||
# build: .
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/fuse
|
||||
|
||||
Reference in New Issue
Block a user