8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
version: "2"
|
||
|
|
||
|
services:
|
||
|
nginx:
|
||
|
build: .
|
||
|
ports:
|
||
|
- 8000:80
|