1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-31 02:00:05 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-02-26 20:17:17 -05:00
parent 87df377686
commit cd9d8ddcf2

@@ -31,7 +31,9 @@ edit `docker-compose.yml` or create a `.env` file in the project root.
# Docker
Docker-compose is the recommended way to run ArchiveBox with docker, as it's a much easier CLI interface and more of the setup is taken care of by docker-compose using the single yaml config file as opposed to CLI flags. If you want to use raw docker without docker-compose though, continue following the steps below.
Docker-compose is the recommended way to run ArchiveBox with docker, as it's a much easier CLI interface and more of the setup is taken care of by docker-compose using the single yaml config file as opposed to CLI flags. The docker-compose setup also provides an nginx webserver to serve the archive right out of the box, whereas you have to set that up manually if you use plain docker.
If you want to continue and use raw docker (below) instead of docker-compose (above), follow these steps.
1. Fetch and build the ArchiveBox Docker image:
```bash