Docker AIO: a folder name without a space in it

The all-in-one folder is now Docker-AIO, so -f Docker-AIO/Dockerfile
resolves without quoting. Every path that pointed at the old name
follows it: the compose build stanza, the documented build commands,
and the links from the two READMEs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
tajniak81
2026-08-19 20:01:19 +02:00
co-authored by Claude Opus 5
parent cc1dafa9f7
commit 9487de84b0
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Three containers — **PocketBase**, **API Server**, **Web App** — on one compose
network. This is the deployment to use unless you specifically want everything
in a single image; for that see [`../Docker AIO`](../Docker%20AIO).
in a single image; for that see [`../Docker-AIO`](../Docker-AIO).
```
Browser ─► Web App BFF (:8090) ──/api/*──► API Server (:8080) ─► PocketBase (:8070)