From 97bb74a114d4da221f26194110c76124928b7d34 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 24 Nov 2024 09:30:09 +0100 Subject: [PATCH] doc(docker): remove deprecated docker compose section fix #836 --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index d9e45f0..1997e90 100644 --- a/README.md +++ b/README.md @@ -121,17 +121,6 @@ If you would like to change internal port of Homer from default `8080` to your p - **`IPV6_DISABLE`** (default: 0) Set to `1` to disable listening on IPv6. -#### With docker-compose - -A [`docker-compose.yml`](docker-compose.yml) file is available as an example. It must be edited to match your needs. You probably want to adjust the port mapping and volume binding (equivalent to `-p` and `-v` arguments). - -Then launch the container: - -```sh -cd /path/to/docker-compose.yml/ -docker-compose up -d -``` - ### Using the release tarball (prebuilt, ready to use) Download and extract the latest release (`homer.zip`) from the [release page](https://github.com/bastienwirtz/homer/releases), rename the `assets/config.yml.dist` file to `assets/config.yml`, and put it behind a web server.