Create docker-compose.yaml
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
notenextra:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./Dockerfile
|
||||
image: trance0/notenextra:v1.1
|
||||
restart: on-failure:5
|
||||
ports:
|
||||
- 13000:3000
|
||||
Reference in New Issue
Block a user