karideo/front/docker-compose.yaml

12 lines
181 B
YAML
Raw Normal View History

2020-01-03 21:45:49 +01:00
version: '3'
services:
karideo_service:
build: .
restart: always
image: yui.heero/karideo
container_name: karideo
ports:
#- 15081:4200
- 15081:80
2020-01-03 21:45:49 +01:00