Skip to content

Commit

Permalink
docker: use relative path for volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Nov 24, 2024
1 parent 96fa6af commit c505300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# The Scrypted docker-compose.yml file typically resides at:
# This file is typically located at:
# ~/.scrypted/docker-compose.yml


Expand Down Expand Up @@ -75,7 +76,8 @@ services:
# - /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket

# Default volume for the Scrypted database. Typically should not be changed.
- ~/.scrypted/volume:/server/volume
# The volume will be placed relative to this docker-compose.yml.
- ./volume:/server/volume

# LXC usage only
# lxc - /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit c505300

Please sign in to comment.