https://github.com/jamct/wordpress-compose
https://github.com/jamct/wordpress-compose
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamct/wordpress-compose
- Owner: jamct
- License: gpl-3.0
- Created: 2018-07-13T09:23:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T00:03:04.000Z (about 5 years ago)
- Last Synced: 2025-02-08T14:44:57.141Z (over 1 year ago)
- Size: 18.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Compose demo with WordPress
Run a simple WordPress blog with Docker-Compose:
```
docker-compose up -d
```
## Adding Portainer
In branch "dev-portainer" you'll find Portainer (running on port 9000).
## Adding Let's Encrypt
Let's Encrypt and jwilder Nginx proy is added in branch "dev-letsencrypt". Change your host name an e-mail before running.