Skip to content

Commit

Permalink
Update admin to 2.7.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jun 18, 2024
1 parent c5f63b5 commit 88e0c30
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.7.0-beta.1
image: skalenetwork/admin:2.7.0-beta.2
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.7.0-beta.1
image: skalenetwork/admin:2.7.0-beta.2
network_mode: host
tty: true
cap_add:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
celery:
<<: *skale_base
container_name: celery
image: skalenetwork/admin:2.7.0-beta.1
image: skalenetwork/admin:2.7.0-beta.2
network_mode: host
tty: true
environment:
Expand Down

0 comments on commit 88e0c30

Please sign in to comment.