Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6accd3c

Browse files
author
deedee
committed
update docker-compose.yml
1 parent d4b1a92 commit 6accd3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/tc-website/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
tty: true
2525

2626
tc-httpd:
27-
image: "tc-website:httpd"
27+
image: "appiriodevops/tc-website:httpd"
2828
ports:
2929
- "80:80"
3030
- "443:443"
@@ -37,13 +37,13 @@ services:
3737
- "run-tc-website"
3838

3939
build-tc-website:
40-
image: "tc-website:build"
40+
image: "appiriodevops/tc-website:build"
4141
volumes:
4242
- "${TC_WEBSITE_HOME}:/root/tc-platform"
4343
- "${JBOSS_DEPLOYMENT_DIR}:/root/deployment"
4444

4545
run-tc-website:
46-
image: "tc-website:run"
46+
image: "appiriodevops/tc-website:run"
4747
hostname: local.tc.cloud.topcoder.com
4848
volumes:
4949
- "${JBOSS_DEPLOYMENT_DIR}:/root/deployment"

0 commit comments

Comments
 (0)