Fix docker image name
All checks were successful
/ node-check (pull_request) Successful in 3s
/ boot (pull_request) Successful in 4s
/ prettier (pull_request) Successful in 20s
/ tests (pull_request) Successful in 37s

This commit is contained in:
9pfs 2024-06-14 20:50:39 +00:00
parent 0ed0fb6381
commit 19aee08700
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

View file

@ -23,7 +23,7 @@ services:
- pgdata:/var/lib/postgresql/data
caddy:
restart: always
image: git.h.hackclub.app/9pfs/countify-caddy:latest
image: git.h.hackclub.app/countify/countify-caddy:latest
build: docker-caddy
# ports:
# Change this to change the port number.