10 lines
188 B
YAML
10 lines
188 B
YAML
services:
|
|
app:
|
|
container_name: nginx-portfolio
|
|
image: nginx-portfolio
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: always
|
|
ports:
|
|
- "9997:8080"
|