Skip to content

Commit

Permalink
Updated to v5.1.2 Dashboard and GW
Browse files Browse the repository at this point in the history
  • Loading branch information
carlostyk authored Aug 23, 2023
1 parent 08ffc85 commit e95e057
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.9'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:v5.1
image: tykio/tyk-dashboard:v5.1.2
container_name: tyk-dashboard
environment:
- TYK_DB_LICENSEKEY=${TYK_DB_LICENSEKEY}
Expand All @@ -18,7 +18,7 @@ services:
- tyk

tyk-gateway:
image: tykio/tyk-gateway:v5.1
image: tykio/tyk-gateway:v5.1.2
container_name: tyk-gateway
ports:
- "8080:8080"
Expand Down

0 comments on commit e95e057

Please sign in to comment.