Migrate to a docker-compose config with a few persistence.
./data/nginx/ for nginx host configurations. ./data/mysql/ for mysql databases.
This commit is contained in:
3
install.sh
Executable file
3
install.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
podman-compose up -d
|
||||
podman exec -it nginx /usr/local/bin/mysql_configure
|
Reference in New Issue
Block a user