Files
Froxlor-podman/podman-compose.yml
2023-12-05 15:54:22 +01:00

10 lines
256 B
YAML

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