项目作者: pierre-emmanuelJ

项目描述 :
WordPress with Https TLS Traefik in Docker and docker-compose
高级语言:
项目地址: git://github.com/pierre-emmanuelJ/wordpress-traefik.git
创建时间: 2020-04-09T15:28:11Z
项目社区:https://github.com/pierre-emmanuelJ/wordpress-traefik

开源协议:

下载


wordpress-traefik

WordPress with Traefik in Docker and docker-compose

Installation

Clone the repo

  1. $ git clone https://github.com/pierre-emmanuelJ/wordpress-traefik.git
  1. $ cd wordpress-traefik
  1. $ mkdir data
  1. $ touch acme.json && chmod 600 acme.json

In docker-compose.yml and traefik.toml replace all example.com by your desired domain.

In docker-compose.yml replace all password_example by your desired database password.

Run it now

  1. $ docker-compose up -d
  1. $ sudo chown -R www-data ./data/www

FINISH

Browse https://example.com/wp-admin/install.php to setup your WordPress :rocket:

image

Enjoy