feat: add docker configuration
This commit is contained in:
parent
821712f43b
commit
cf2f624ae4
21 changed files with 232 additions and 13 deletions
8
DOCKER.md
Normal file
8
DOCKER.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Running with Docker
|
||||
|
||||
1. Copy `docker/config.example.ini` to `docker/config.ini`, and change the settings to your liking.
|
||||
2. Copy `docker/proxy-config.example.json` to `docker/proxy-config.json`, and do the same.
|
||||
3. Build with `docker compose build`
|
||||
4. Run with `docker compose up`
|
||||
|
||||
The Caddy server will listen on `localhost:5004`.
|
Loading…
Add table
Add a link
Reference in a new issue