Skip to content

junhyeoksin/wordpress-traefik-docker-swarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

wordpress-traefik-docker-swarm

Wordpress with Let's Encrypt in a Dokcer Swarm

Create a secret for storing the password for MySQL root using the command:

 printf "YourPassword" | docker secret create wordpress-mysql-root-password -

Create a secret for storing the password for WordPress database using the command:

 printf "YourPassword" | docker secret create wordpress-database-password - 

Clear passwords from bash history using the command:

 history -c && history -w 

Deploy WordPress in a Docker Swarm using the command:

 docker stack deploy -c wordpress.yml wordpress

About

Wordpress with Let's Encrypt in a Dokcer Swarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published