diff --git a/Home.md b/Home.md index f60845e..f04bada 100644 --- a/Home.md +++ b/Home.md @@ -52,7 +52,7 @@ services: image: "4lights/phpcontainer:latest" restart: always volumes: - - "./:/website" + - "./:/data" ports: - "${DOCKERPORT}:80" ```