diff --git a/docker-compose.yaml b/docker-compose.yaml index 2c3f946..095cf7a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,7 +27,7 @@ services: driver: local platform: - image: 43.226.58.254:53000/lanhu/platform:latest + image: repo.lanhuip.com:8554/lanhu/platform:latest env_file: - .env - .env.platform @@ -41,7 +41,7 @@ services: driver: local web: - image: 43.226.58.254:53000/lanhu/web:latest + image: repo.lanhuip.com:8554/lanhu/web:latest env_file: - .env - .env.web @@ -54,7 +54,7 @@ services: driver: local admin: - image: 43.226.58.254:53000/lanhu/admin:latest + image: repo.lanhuip.com:8554/lanhu/admin:latest env_file: - .env - .env.admin