Skip to content

Allan-Cao/compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose

Docker compose templates for my self-hosted services.

Structure


├── archive/         # Unused configs
├── caddy/           # Reverse proxy with auto-SSL
├── scripts/         # Utility scripts
└── templates/       # Service templates

WordPress

Generate security keys

Domain Migration

After changing a WordPress domain, update the database:

docker exec -it <project>_db mariadb -u root -p<DB_ROOT_PASSWORD> <DB_NAME>

Then run scripts/wp_site_migration.sql after setting @old_url, @new_url, and table prefix.

License

MIT

About

My Docker stacks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published