fixed vol

Nick Yeoman 2023-12-17 13:30:06 -08:00
parent 8e2820ada5
commit ff1085ea89

@ -52,7 +52,7 @@ services:
image: "4lights/phpcontainer:latest"
restart: always
volumes:
- "./:/website"
- "./:/data"
ports:
- "${DOCKERPORT}:80"
```