Skip to content
Open
Changes from all 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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXPOSE 55414
EXPOSE 55415
EXPOSE 35623/udp

# /usr/share/urbackup will not be exported to a volume by default, but it still can be bind mounted
VOLUME [ "/var/urbackup", "/var/log", "/backups" ]
# /usr/share/urbackup will not be exported to a volume by default, but it still can be bind mounted, /etc/default/urbackupsrv export for config can be changed
VOLUME [ "/var/urbackup", "/var/log", "/backups", "/etc/default/urbackupsrv" ]
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
CMD ["run"]