Skip to content

Commit 9b5a399

Browse files
committed
Default blog image to ghcr.io/devsh-graphics-programming/www-blog:latest
1 parent 737f5f5 commit 9b5a399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
restart: unless-stopped
1111

1212
blog:
13-
image: ${BLOG_IMAGE:-ghcr.io/devsh-graphics-programming/blog:latest}
13+
image: ${BLOG_IMAGE:-ghcr.io/devsh-graphics-programming/www-blog:latest}
1414
read_only: true
1515
tmpfs:
1616
- /tmp

0 commit comments

Comments
 (0)