1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 07:20:59 +02:00

Updated Docker (markdown)

Nick Sweeting
2024-02-08 14:29:10 -08:00
parent e317ecc92e
commit a15512528f

@@ -36,7 +36,7 @@ docker pull archivebox/archivebox
## Docker Compose
An example [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) config with ArchiveBox and an Nginx server to serve the archive is included in the project root. You can edit it as you see fit, or just run it as it comes out-of-the-box.
An example [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) is provided with all the extras included. You can uncomment sections to enable extra features, or run the basic version as-is.
Just make sure you have a Docker version that's [new enough](https://docs.docker.com/compose/compose-file/) to support `version: 3.9` format: