Add manifest.yaml file for Docker configuration
This commit is contained in:
10
manifest.yaml
Normal file
10
manifest.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
apkt-eis:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- "32166:80"
|
||||||
|
restart: always
|
Reference in New Issue
Block a user