Initial setup

This commit is contained in:
Alexis
2026-07-13 19:25:35 +02:00
parent b390c687c9
commit 5c765c1dbe
13 changed files with 146 additions and 1 deletions

View File

@@ -1 +1,11 @@
# docked-wp
# Docked WP
Docker-based setup for Wordpress-based (and other platforms) web dev.
## Caddy
```shell
# Reload config
$> sudo docker compose exec caddy caddy reload --config /etc/caddy/Caddyfile
# Validate config
$> sudo docker compose run --rm caddy caddy validate --config /etc/caddy/Caddyfile
```