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" image: "4lights/phpcontainer:latest"
restart: always restart: always
volumes: volumes:
- "./:/website" - "./:/data"
ports: ports:
- "${DOCKERPORT}:80" - "${DOCKERPORT}:80"
``` ```