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