mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +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:
|
||||
# "handbrake-storage:/storage:ro"
|
||||
# "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:
|
||||
|
||||
Reference in New Issue
Block a user