mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 02:38:07 +02:00
8 lines
121 B
YAML
Executable file
8 lines
121 B
YAML
Executable file
version: "3.7"
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
container_name: frontend
|
|
ports:
|
|
- "80:80"
|