docs update
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
* podman volume create froxlor-mariadb
|
* 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
|
* 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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,30 +0,0 @@
|
|||||||
version: 1.0
|
|
||||||
services:
|
|
||||||
nginx-php:
|
|
||||||
image: localhost/php-nginx-kmmportal:latest
|
|
||||||
container_name: froxlor-nginx-php
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- "8080:80"
|
|
||||||
volumes:
|
|
||||||
- /home/do/git/php/Froxlor:/app
|
|
||||||
- /home/do/git/php/Froxlor-podman/nginx.conf:/etc/nginx/nginx.conf
|
|
||||||
depends_on:
|
|
||||||
- froxlor-mariadb
|
|
||||||
networks:
|
|
||||||
- froxlor
|
|
||||||
|
|
||||||
mariadb-froxlor:
|
|
||||||
image: mariadb:latest
|
|
||||||
container_name: froxlor-mariadb
|
|
||||||
ports:
|
|
||||||
- "3306:3306"
|
|
||||||
volumes:
|
|
||||||
- "/home/do/git/php/Froxlor-podman/mariadb.d:/etc/mysql/conf.d"
|
|
||||||
- "/var/lib/mysql"
|
|
||||||
environment:
|
|
||||||
- MARIADB_ROOT_PASSWORD=rootpW
|
|
||||||
networks:
|
|
||||||
- froxlor
|
|
||||||
networks:
|
|
||||||
froxlor: {}
|
|
||||||
Reference in New Issue
Block a user