소스 검색

Removed uwanted space

This space can cause yaml validation error if someone uncomment the line. Aligned to other commented lines.
Samuele Carpene 4 년 전
부모
커밋
c0876aca8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compose/docker-compose.dev.yml

+ 1 - 1
compose/docker-compose.dev.yml

@@ -21,7 +21,7 @@ services:
       #- ./src/var/log:/var/www/html/var/log:cached
       #- ./src/var/report:/var/www/html/var/report:cached
       # To sync your SSH to the container, uncomment the following line:
-      # - ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached
+      #- ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached
       # Linux only: remove the above lines and mount the entire src directory with:
       #- ./src:/var/www/html:cached