Skip to content

Commit

Permalink
Set default image version to be latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 14, 2023
1 parent b25dd94 commit 65d21b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

core:
container_name: core
image: ghcr.io/iabtechlab/uid2-core:<CORE_VERSION>
image: ghcr.io/iabtechlab/uid2-core:latest
ports:
- "127.0.0.1:8088:8088"
- "127.0.0.1:9088:9088"
Expand All @@ -41,7 +41,7 @@ services:

optout:
container_name: optout
image: ghcr.io/iabtechlab/uid2-optout:<OPTOUT_VERSION>
image: ghcr.io/iabtechlab/uid2-optout:latest
ports:
- "127.0.0.1:8090:8081"
- "127.0.0.1:5090:5005"
Expand All @@ -58,7 +58,7 @@ services:

publicoperator:
container_name: public_operator
image: ghcr.io/iabtechlab/uid2-operator:<OPERATOR_VERSION>
image: ghcr.io/iabtechlab/uid2-operator:latest
ports:
- "127.0.0.1:8080:8080"
- "127.0.0.1:9080:9080"
Expand Down

0 comments on commit 65d21b9

Please sign in to comment.