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