[PR #343] [MERGED] Fix example in Dockerfile. The source for a mount must be absolute. #1115

Closed
opened 2026-03-01 14:48:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/343
Author: @MartinMSPedersen
Created: 5/15/2020
Status: Merged
Merged: 5/18/2020
Merged by: @pirate

Base: masterHead: documentation_fix


📝 Commits (3)

  • 60c6adf Fix example in Dockerfile. The source for a mount must be absolute.
  • 9306888 change to volume mount style
  • 6c4c686 change to volume mount style

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Dockerfile (+2 -2)

📄 Description

Summary

This PR fixes the examples in the Docker-file.
It is not possible to mount using relative paths in Docker, so
SRC=./data will never work.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/343 **Author:** [@MartinMSPedersen](https://github.com/MartinMSPedersen) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `documentation_fix` --- ### 📝 Commits (3) - [`60c6adf`](https://github.com/ArchiveBox/ArchiveBox/commit/60c6adf7f5068c5f89dde637031b0e41085061d6) Fix example in Dockerfile. The source for a mount must be absolute. - [`9306888`](https://github.com/ArchiveBox/ArchiveBox/commit/930688820b688aaf46b00430d7bf08d594b13b8c) change to volume mount style - [`6c4c686`](https://github.com/ArchiveBox/ArchiveBox/commit/6c4c6862e2052d4d0b0c7640361dfd93d6ea7748) change to volume mount style ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) </details> ### 📄 Description # Summary This PR fixes the examples in the Docker-file. It is not possible to mount using relative paths in Docker, so SRC=./data will never work. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1115
No description provided.