diff --git a/README.md b/README.md index 3b65f1a..030cd12 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ COPY . . CMD ["python", "main.py"] ``` + ## Docker Compose Example Below is an example `docker-compose.yml` file to deploy Foldsite using Docker Compose: @@ -182,4 +183,4 @@ services: - .:/app environment: - CONFIG_PATH=config.toml -``` \ No newline at end of file +```