Commit 13b7f437 authored by nanahira's avatar nanahira

fix

parent 61e3c7a6
Pipeline #1595 passed with stages
in 4 minutes and 41 seconds
...@@ -5,4 +5,4 @@ RUN apt update && \ ...@@ -5,4 +5,4 @@ RUN apt update && \
mkdir /run/bird mkdir /run/bird
ENTRYPOINT [ "/usr/sbin/bird" ] ENTRYPOINT [ "/usr/sbin/bird" ]
CMD [ "-f", "-u", "root", "-g", "root", "-c", "/etc/bird/bird.conf" ] CMD [ "-d", "-u", "root", "-g", "root", "-c", "/etc/bird/bird.conf" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment