Finalizing Docker Compose files and configuration options

This commit is contained in:
Scott Idem
2023-02-23 16:10:37 -05:00
parent 3980cac8f3
commit e78b13602b
4 changed files with 8 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-container-environ
* Copy MariaDB database files to the srv/mariadb/ directory using rsync. The original files may need to be copied from the normal Arch Linux location (/var/lib/mysql) first and then possibly reset the root password.
```bash
sudo rsync -vhr -progress /var/lib/mysql/ /srv/env/test_aether/srv/mariadb/
sudo rsync -vhrz scott@linode.oneskyit.com:/srv/env/test_aether/srv/mariadb/ /srv/mariadb/
sudo rsync -vhrz scott@linode.oneskyit.com:/srv/env/test_aether/srv/mariadb/ /srv/env/test_aether/srv/mariadb/
sudo chown -R scott:scott /srv/env/test_aether/srv/mariadb/
```
### Part 3