WordPress Official Site
git clone https://github.com/0verseas/traefik.git
cd ./traefik/traefikHTTP/
cp ./.env.example ./.env
cd ./traefik/traefikDNS/
cp ./.env.example ./.env
modify DOMAIN_NAME, ENTRYPOINTS, NETWORKS
vim ./.env
modify DOMAIN_NAME, ENTRYPOINTS, NETWORKS, CF_API_EMAIL, CF_API_KEY
vim ./.env
✨Notify: if local environment nginx is running then will not up successful, please stop local environment nginx service first✨ at ./docker/ path
sudo docker-compose up -d
at ./docker/ path
sudo docker-compose down
The command will not effect on the running container if you have not edited any of the settings on docker-compose.yaml at ./docker/ path
sudo docker-compose up --detach