mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
8 lines
118 B
YAML
8 lines
118 B
YAML
|
version: "3.7"
|
||
|
services:
|
||
|
web:
|
||
|
build: app
|
||
|
ports:
|
||
|
- '8008:80'
|
||
|
volumes:
|
||
|
- ./app:/var/www/html/
|