Skip to content

Commit

Permalink
fix: nginx 컨테이너 볼륨 옵션 관련 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent df3e479 commit 33d8ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
container_name: nginx-dev
image: nginx:latest
volumes:
- ./naoman/default.conf:/etc/nginx/conf.d/efault/conf
- ./naoman/default.conf:/etc/nginx/conf.d/default/conf
restart: always
ports:
- 80:80
Expand Down

0 comments on commit 33d8ff3

Please sign in to comment.