soerenmetje / docker-traefik-wordpress

Serve WordPress running in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress in Docker

Serve a WordPress instance running in Docker on your server.

Prerequisites

  • Docker installed on server
  • A traefik reverse proxy is already running in Docker that is connected to the Docker network traefik-net.
  • A subdomain pointing to your server

Start Services

Replace passwords and subdomain in docker-compose.yml. Then run following command:

docker-compose up -d

After first start, a setup page is served. Visit your domain and create your initial WordPress user and website.

Stop Services

docker-compose down

About

Serve WordPress running in Docker

License:GNU General Public License v3.0