10 lines
256 B
YAML
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 |