added adminer and minor cleanup

This commit is contained in:
2025-01-02 10:28:43 -08:00
parent 789befa7a1
commit c29081b900
6 changed files with 33 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,6 @@ You will likely want to override a number of things in the project folder, such
Here is an example of how your project's docker-compose file might look:
```yaml
version: '3.4'
networks:
proxy:
external: true
@@ -51,3 +49,5 @@ with the .env file:
```text
COOKBOOK=/git-repos/docker-compose-cookbooks
```
Now use ```docker compose up -d``` to start the project.