initial
This commit is contained in:
10
podman-compose.yml
Normal file
10
podman-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: 1.0
|
||||
services:
|
||||
nginx-php:
|
||||
image: localhost/php-nginx-kmmportal:latest
|
||||
container_name: froxlor-nginx-php
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volume:
|
||||
- /home/do/git/php/Froxlor:/app
|
||||
Reference in New Issue
Block a user