在NAS上弄了个docker要拿来跑网站
用docker创了个nginx的映像档
在修改nginx.conf里的参数时好像没修改好,导致现在我这个nginx打不开
日志里面报错显示的是这些
/docker-entrypoint.sh: Configuration complete; ready for start up
[emerg] 1#1: "charset" directive is not allowed here in /etc/nginx/nginx.conf:8
nginx: [emerg] "charset" directive is not allowed here in /etc/nginx/nginx.conf:8
看起来就是在说我改的那个参数有问题,导致无法启动
但我如果要修改这个参数的话就必须先启动nginx,才能在terminal去修改
有什么方法可以从别的地方去修改?