From 5fea868a576fcb02bd694d1b93a3f6536ad55ec6 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Fri, 13 Mar 2026 15:47:28 -0400 Subject: [PATCH] revert container_name change for clean deploy test --- 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