mirror of
https://github.com/docker/awesome-compose.git
synced 2025-05-05 15:32:49 +00:00
9 lines
121 B
YAML
Executable File
9 lines
121 B
YAML
Executable File
version: "3.7"
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
container_name: frontend
|
|
ports:
|
|
- "80:80"
|