Skip to content

soerenmetje/docker-traefik-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published