Skip to content

Commit

Permalink
rename kms
Browse files Browse the repository at this point in the history
--ci vlmcsd/latest
  • Loading branch information
linianhui committed Nov 9, 2024
1 parent 626c91f commit cf1bb80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
9 changes: 0 additions & 9 deletions app/kms.yml

This file was deleted.

9 changes: 9 additions & 0 deletions app/vlmcsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.9'

services:
vlmcsd.test:
image: ghcr.io/linianhui/vlmcsd
hostname: vlmcsd.test
container_name: app-vlmcsd
restart: always
network_mode: host
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --no-cache git make build-base && \
make

FROM alpine:latest
WORKDIR /app/
COPY --from=builder /root/vlmcsd/bin/vlmcsd /app/vlmcsd
WORKDIR /root/
COPY --from=builder /root/vlmcsd/bin/vlmcsd /usr/bin/vlmcsd
EXPOSE 1688/tcp
CMD [ "/app/vlmcsd", "-D", "-d" ]
CMD [ "/usr/bin/vlmcsd", "-D", "-d" ]

0 comments on commit cf1bb80

Please sign in to comment.