abiosoft / abiosoft/caddy-docker
How to build my own image with a custom Caddyfile
Open
- Dominant language
- Shell
- Stars
- 787
- Forks
- 303
- PR merge metrics
- No merged PRs in 30d
Description
I need to build and export an image with a custom Caddyfile inside it.
I tried something as simple as:
```
FROM abiosoft/caddy:latest
COPY Caddyfile /etc/Caddyfile
```
However, the container is always restarting and the server won't start.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.