Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Use /mnt/resources as resource path #11

Closed
jaxvanyang opened this issue Apr 28, 2023 · 1 comment
Closed

Use /mnt/resources as resource path #11

jaxvanyang opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
refactor Behaviour change or something

Comments

@jaxvanyang
Copy link
Owner

Replace /resources with /mnt/resources for Docker volume.

@jaxvanyang jaxvanyang added the refactor Behaviour change or something label Apr 28, 2023
@jaxvanyang jaxvanyang self-assigned this Apr 28, 2023
@jaxvanyang
Copy link
Owner Author

Setup:

sudo mkdir -p /mnt/resources
sudo mount --bind "$HOME/Downloads/resources" /mnt/resources

/etc/fstab:

# Add this line below
/home/user/Downloads/resources /mnt/resources none bind 0 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Behaviour change or something
Projects
None yet
Development

No branches or pull requests

1 participant