mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
fix nginx auto start
This commit is contained in:
parent
36fbd4942e
commit
0d12f403c5
|
@ -19,4 +19,5 @@ RUN rm -f /etc/apt/apt.conf.d/docker-gzip-indexes \
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y python3 nginx iputils-ping iproute2 curl \
|
&& apt install -y python3 nginx iputils-ping iproute2 curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
RUN systemctl disable nginx
|
||||||
ENTRYPOINT ["/bin/systemd"]
|
ENTRYPOINT ["/bin/systemd"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user