PasswordPusher icon indicating copy to clipboard operation
PasswordPusher copied to clipboard

Docker container - Mysql data not persistant

Open mtchetch opened this issue 2 years ago • 3 comments

https://github.com/pglombardo/PasswordPusher/blob/8bbee221cf4e591bd03300b683957ad7d15c2131/containers/docker/pwpush-mysql/docker-compose.yaml#L14

The folder remains empty when using MysqlDB. The database is actually stored under /var/lib/mysql as per mariadb default configuration. The data will get wiped if the container is recreated with out the volume.

mtchetch avatar Jul 26 '22 09:07 mtchetch