mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 10:18:07 +02:00
8 lines
106 B
YAML
8 lines
106 B
YAML
|
services:
|
||
|
frontend:
|
||
|
build:
|
||
|
context: .
|
||
|
container_name: frontend
|
||
|
ports:
|
||
|
- "80:80"
|