gotcha added to handbrake

This commit is contained in:
2023-10-06 18:39:10 -07:00
parent e86c689df4
commit bce2b333d7
+9
View File
@@ -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: