mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
gotcha added to handbrake
This commit is contained in:
@@ -14,6 +14,15 @@ version: "3"
|
|||||||
# You can specify read and write for example:
|
# You can specify read and write for example:
|
||||||
# "handbrake-storage:/storage:ro"
|
# "handbrake-storage:/storage:ro"
|
||||||
# "handbrake-output:/output:rw"
|
# "handbrake-output:/output:rw"
|
||||||
|
#
|
||||||
|
# Gotcha ubuntu zfs
|
||||||
|
# mkdir /etc/docker
|
||||||
|
# nano /etc/docker/daemon.json
|
||||||
|
# {
|
||||||
|
# "storage-driver": "fuse-overlayfs"
|
||||||
|
# } <- put this inside the new file daemon.json
|
||||||
|
# apt install fuse-overlayfs
|
||||||
|
# fuse-overlayfs --version
|
||||||
###########################################################################################################################
|
###########################################################################################################################
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user