From e53ac6324adb9a91cbcaaa8906cfce7c6ad1fb30 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Fri, 13 Mar 2026 15:52:03 -0400 Subject: [PATCH] add container_name to timothykim.net compose --- docker/timothykim.net/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/timothykim.net/compose.yml b/docker/timothykim.net/compose.yml index af3ad15..c6b3aee 100644 --- a/docker/timothykim.net/compose.yml +++ b/docker/timothykim.net/compose.yml @@ -2,6 +2,7 @@ services: static: image: git.timothykim.net/timothykim/static:latest restart: unless-stopped + container_name: timothykim-static networks: - shared