mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
chore: change default datadir
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/distroless/base:debug
|
||||
ENTRYPOINT [ "/go/bin/wiretrustee","management"]
|
||||
CMD ["--log-level","DEBUG", "--datadir", "/data"]
|
||||
CMD ["--log-level","DEBUG", "--datadir", "/var/lib/wiretrustee/"]
|
||||
COPY wiretrustee /go/bin/wiretrustee
|
||||
Reference in New Issue
Block a user