Skip to content

Commit

Permalink
chore(config): update docker hub url (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiJi authored Dec 7, 2024
1 parent facdc7e commit 6bb77cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
global-web:
image: registry-vpc.cn-hongkong.aliyuncs.com/fec/web:latest
image: registry.cn-hongkong.aliyuncs.com/fec/web:latest
restart: always
environment:
- NODE_ENV=production
Expand All @@ -15,7 +15,7 @@ services:
static-network:
ipv4_address: 10.0.0.9
cn-web:
image: registry-vpc.cn-hongkong.aliyuncs.com/fec/cn-web:latest
image: registry.cn-hongkong.aliyuncs.com/fec/cn-web:latest
restart: always
environment:
- NODE_ENV=production
Expand Down

0 comments on commit 6bb77cd

Please sign in to comment.