mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
@@ -4,6 +4,6 @@ WORKDIR /build
|
||||
RUN git clone https://github.com/e1732a364fed/v2ray_simple.git . && \
|
||||
make -C ./cmd/verysimple
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /build/cmd/verysimple/verysimple /verysimple
|
||||
ENTRYPOINT ["/verysimple"]
|
||||
FROM alpine:latest
|
||||
COPY --from=builder /build/cmd/verysimple/verysimple /bin/verysimple
|
||||
ENTRYPOINT ["/bin/verysimple"]
|
||||
|
||||
@@ -6,5 +6,6 @@ services:
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "/etc/verysimple:/etc/verysimple"
|
||||
- "/etc/domain-list-community:/bin/geosite"
|
||||
command: -c /etc/verysimple/server.toml
|
||||
image: verysimple
|
||||
image: ghcr.io/e1732a364fed/v2ray_simple:latest
|
||||
|
||||
Reference in New Issue
Block a user