You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| .env | 5 years ago | |
| README.md | 5 years ago | |
| docker-compose.yml | 5 years ago | |
| uploads.ini | 5 years ago | |
README.md
Minimum File Structure
/home/
└── ~/
└── docker/
└── wordpress/
├── .env
├── docker-compose.yml
├── uploads.ini
Caddyfile
example.com {
reverse_proxy wordpress:80
}
www.example.com {
reverse_proxy wordpress:80
}
uploads.ini
This is used to configure your upload size limits.