Files
dockerservertest/docker-compose.yml
2023-04-25 10:57:19 -05:00

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