update container names for nginx and timothykim.net
Deploy nginx / deploy (push) Failing after 2s
Deploy timothykim.net / deploy (push) Failing after 2s

This commit is contained in:
2026-03-13 17:02:26 -04:00
parent 7d5f0920b7
commit f1d4508411
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ services:
app: app:
image: 'jc21/nginx-proxy-manager:latest' image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped restart: unless-stopped
container_name: nginx-proxy-manager container_name: npm
networks: networks:
- shared - shared
ports: ports:
+1
View File
@@ -2,6 +2,7 @@ services:
static: static:
image: git.timothykim.net/timothykim/static:latest image: git.timothykim.net/timothykim/static:latest
restart: unless-stopped restart: unless-stopped
container_name: timothykim-static
networks: networks:
- shared - shared