This commit is contained in:
2024-01-24 12:44:58 +01:00
commit 94e94ac553
5 changed files with 152 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
* podman pod create --publish 8080:80,3306:3306 --userns keep-id:uid=1000,gid=1000 --userns keep-id:uid=33,gid=33 landleben-linum
* 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 -d --restart=always --replace --name=landleben-linum-mariadb --pod=landleben-linum -e MARIADB_ROOT_PASSWORD=rootpW -v /home/do/git/landleben-linum/podman/mariadb.d:/etc/mysql/conf.d -v landleben-linum-mariadb:/var/lib/mysql mariadb:latest