diff --git a/docker/nginx/compose.yml b/docker/nginx/compose.yml index 48b5431..23b5f42 100644 --- a/docker/nginx/compose.yml +++ b/docker/nginx/compose.yml @@ -2,7 +2,7 @@ services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped - container_name: nginx-proxy-manager + container_name: npm networks: - shared ports: 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