11 lines
229 B
YAML
11 lines
229 B
YAML
version: '3'
|
|
|
|
services:
|
|
hrconvert:
|
|
image: dwaaan/hrconvert2-docker:latest
|
|
ports:
|
|
- 8085:80
|
|
restart: always
|
|
volumes:
|
|
- ./appdata/hrconvert/config.php:/var/www/html/HRProprietary/HRConvert2/config.php
|