4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/bash
|
||
|
podman-compose up -d
|
||
|
podman exec -it nginx /usr/local/bin/mysql_configure
|