Skip to content

Commit 21f60b6

Browse files
committed
add smol comment
1 parent a69f09b commit 21f60b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ ENV PYTHONDONTWRITEBYTECODE=1
216216
ENV PYTHONUNBUFFERED=1
217217
ENV PYTHONPATH=/backend
218218

219-
# Declare the supported volumes
219+
# Declare only the parent `/romm`, not its subdirs, so Docker keeps them
220+
# on one mount (`st_dev`) and cross-directory `os.link()` hardlinks don't fail.
220221
VOLUME ["/romm", "/redis-data"]
221222

222223
# Expose non-privileged ports

0 commit comments

Comments
 (0)