10 lines
182 B
YAML
10 lines
182 B
YAML
services:
|
|
web:
|
|
image: git.najihu.net/zdenek/docker-php-alpine:latest
|
|
ports: ["8080:80"]
|
|
|
|
# volumes:
|
|
# - ./data/www:/var/www/html
|
|
restart: unless-stopped
|
|
|