Skip to content

Commit f4b4655

Browse files
committed
perf: disable debug for nginx
1 parent e967a0e commit f4b4655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- "80:80"
3737
- "443:443"
3838
restart: always
39-
command: [nginx-debug, '-g', 'daemon off;']
39+
# command: [nginx-debug, '-g', 'daemon off;']
4040
volumes:
4141
- ./Resources/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
4242
- ./Resources/nginx/ssl:/ssl:ro

0 commit comments

Comments
 (0)