Use arguments JSON notation for CMD arguments
This commit is contained in:
parent
b189c534f7
commit
00db64c561
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ HEALTHCHECK --timeout=10s --start-period=60s \
|
|||
|
||||
EXPOSE 9150
|
||||
|
||||
CMD /usr/bin/tor -f /etc/tor/torrc
|
||||
CMD ["/usr/bin/tor", "-f", "/etc/tor/torrc"]
|
||||
|
|
Loading…
Reference in a new issue