Skip to content

Commit

Permalink
Merge pull request #569 from skalenetwork/update-skale-admin
Browse files Browse the repository at this point in the history
Update skale-admin to 2.5.4
  • Loading branch information
badrogger authored Dec 7, 2023
2 parents 1c705c4 + f94e870 commit 19a3c6c
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 @@ -29,7 +29,7 @@ services:
skale-admin:
<<: *skale_base
container_name: skale_admin
image: skalenetwork/admin:2.5.3
image: skalenetwork/admin:2.5.4
cpu_shares: 192
network_mode: host
tty: true
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
skale-api:
<<: *skale_base
container_name: skale_api
image: skalenetwork/admin:2.5.3
image: skalenetwork/admin:2.5.4
network_mode: host
tty: true
cap_add:
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
celery:
<<: *skale_base
container_name: celery
image: skalenetwork/admin:2.5.3
image: skalenetwork/admin:2.5.4
network_mode: host
tty: true
environment:
Expand Down

0 comments on commit 19a3c6c

Please sign in to comment.