From cc0f4a89d92c11f94e4cb9d0b79007d94ac60472 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Mar 2023 23:19:47 +0000 Subject: [PATCH] build: update configuration files --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ec6ba0c..3fd36d2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ x-app: &default-app volumes: - - "${DOCKER_WEB_VOLUME:-./1:/app}" + - "${DOCKER_WEB_VOLUME:-./web:/app/web}" env_file: - .env restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"