here we go

This commit is contained in:
2023-12-06 17:35:11 +01:00
parent 2c7d5a3b86
commit df0bef9cc9
2 changed files with 83 additions and 0 deletions

View File

@@ -1,3 +1,23 @@
* podman pod create --publish 8080:80,3306:3306 --userns keep-id:uid=1000,gid=1000 --userns keep-id:uid=33,gid=33 froxlor
* podman volume create froxlor-mariadb
* podman run --restart=always --replace --name=froxlor-nginx-php -v /home/do/git/php/Froxlor:/app -v /home/do/git/php/Froxlor-podman/nginx.conf:/etc/nginx/nginx.conf --pod=froxlor localhost/php-nginx-kmmportal:latest
* podman run --restart=always --replace --name=froxlor-mariadb --pod=froxlor -e MARIADB_ROOT_PASSWORD=rootpW -v /home/do/git/php/Froxlor-podman/mariadb.d:/etc/mysql/conf.d -v froxlor-mariadb:/var/lib/mysql mariadb:latest
"podman",
"create",
"--name=froxlor-mariadb",