https://github.com/tobybatch/www-wp
https://github.com/tobybatch/www-wp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobybatch/www-wp
- Owner: tobybatch
- License: gpl-3.0
- Created: 2025-07-28T16:13:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T15:00:29.000Z (8 months ago)
- Last Synced: 2025-07-29T17:13:55.661Z (8 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# www-wp
```shell
docker \
compose exec db \
mariadb-dump \
--user=root \
--password=password \
--lock-tables \
wordpress \
> initdb.d/00_init.sql
```