13 lines
243 B
YAML
13 lines
243 B
YAML
name: notebook
|
|
|
|
services:
|
|
notebook:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: harbor.any.me.uk/library/notebook:latest
|
|
container_name: notebook
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:3030:80"
|