7 lines
122 B
YAML
7 lines
122 B
YAML
|
services:
|
||
|
webserver:
|
||
|
image: webdevops/php-nginx:8.3-alpine
|
||
|
ports:
|
||
|
- '8080:80'
|
||
|
volumes:
|
||
|
- ./:/app
|