Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ENV PYTHONUNBUFFERED=1
ENV PYTHONPATH=/backend

# Declare the supported volumes
VOLUME ["/romm/resources", "/romm/library", "/romm/assets", "/romm/config", "/romm/sync", "/redis-data"]
VOLUME ["/romm", "/redis-data"]
Comment thread
gantoine marked this conversation as resolved.
Outdated

# Expose non-privileged ports
EXPOSE 8080 6379/tcp
Expand Down
Loading