7 lines
90 B
YAML
7 lines
90 B
YAML
services:
|
|
nginx:
|
|
build: .
|
|
ports:
|
|
- "${LOCAL_PORT}:80"
|
|
restart: always
|