apkt-eis/manifest.yaml
2024-02-16 10:01:41 +07:00

10 lines
144 B
YAML

version: '3.8'
services:
apkt-eis:
build:
context: .
dockerfile: Dockerfile
ports:
- "32166:80"
restart: always