12 lines
180 B
YAML
12 lines
180 B
YAML
|
---
|
||
|
version: "3"
|
||
|
services:
|
||
|
pinafore:
|
||
|
restart: unless-stopped
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
image: pinafore:latest
|
||
|
ports:
|
||
|
- 4002:4002
|