Skip to content

Commit e0163ac

Browse files
committed
fix container name
1 parent 1cb5eda commit e0163ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/calendar/docker-compose.hoyocal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: '3'
33
services:
44
hoyocal:
55
image: ghcr.io/janejeon/hoyocal:latest
6+
container_name: hoyocal
67
restart: unless-stopped
78
healthcheck:
89
test: wget --no-verbose --tries=1 --spider http://localhost:3000/healthz || exit 1

0 commit comments

Comments
 (0)