Drop unused compat assets volume
start-sdk pack was failing on 'Copying Assets: No such file' because the compat volume was declared with type: assets but had no assets/compat/ directory to populate it.
This commit is contained in:
@@ -40,7 +40,6 @@ main:
|
|||||||
mounts:
|
mounts:
|
||||||
main: /root/.kamado
|
main: /root/.kamado
|
||||||
ckpool: /root/.ckpool
|
ckpool: /root/.ckpool
|
||||||
compat: /mnt/assets
|
|
||||||
gpu-acceleration: false
|
gpu-acceleration: false
|
||||||
|
|
||||||
hardware-requirements:
|
hardware-requirements:
|
||||||
@@ -68,8 +67,6 @@ volumes:
|
|||||||
type: data
|
type: data
|
||||||
ckpool:
|
ckpool:
|
||||||
type: data
|
type: data
|
||||||
compat:
|
|
||||||
type: assets
|
|
||||||
|
|
||||||
interfaces:
|
interfaces:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user