rebrand changed startup message, built script and Dockerfile

This commit is contained in:
yusing
2024-11-04 03:47:37 +08:00
parent 99e43fe340
commit 5fdb171d65
5 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
services:
frontend:
image: ghcr.io/yusing/go-proxy-frontend:latest
container_name: go-proxy-frontend
container_name: godoxy-frontend
restart: unless-stopped
network_mode: host
env_file: .env
@@ -21,7 +21,7 @@ services:
- 172.16.0.0/12
app:
image: ghcr.io/yusing/go-proxy:latest
container_name: go-proxy
container_name: godoxy
restart: always
network_mode: host
env_file: .env