We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa317f commit 5ff144eCopy full SHA for 5ff144e
deployment/docker/Dockerfile
@@ -4,6 +4,6 @@ RUN mkdir /etc/void
4
RUN apk --update add --no-cache ca-certificates
5
6
COPY void /bin/void
7
-COPY config.yaml /etc/void/config.yaml
+COPY deployment/config/config.yaml /etc/void/config.yaml
8
9
CMD /bin/void
deployment/k8s/deploy.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
containers:
16
- name: void-container
17
- image: ghcr.io/devnw/void:v0.0.1-beta7
+ image: ghcr.io/devnw/void:v0.0.10-beta2
18
ports:
19
- containerPort: 53
20
resources:
0 commit comments