docs update

This commit is contained in:
2025-05-16 10:04:07 +02:00
parent df0bef9cc9
commit 9b8f4871c4
2 changed files with 1 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
* 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-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/php7.4-nginx: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