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 9156bd5 commit 4b33c7aCopy full SHA for 4b33c7a
README.md
@@ -28,7 +28,7 @@ version: '3.8'
28
29
services:
30
qrding:
31
- image: ghcr.io/rishikanthc/qrding:v0.1.0
+ image: ghcr.io/rishikanthc/qrding:latest
32
container_name: qrding
33
ports:
34
- "3000:3000"
docker-compose.yaml
@@ -3,7 +3,7 @@ version: '3.8'
3
4
5
# build: .
6
7
container_name: sveltekit-app
8
9
0 commit comments