diff --git a/compose.prod.yml b/compose.prod.yml index 017323f..295cf52 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -52,7 +52,7 @@ services: image: nginx:stable-alpine restart: unless-stopped volumes: - - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf + - ${GITEA_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf depends_on: - frontend - backend