Files
dockerservertest/docker-compose.yml
2023-04-25 11:00:04 -05:00

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