Skip to content

Commit

Permalink
new build:3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeBottle committed Feb 4, 2024
1 parent d877518 commit 7bb7608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ version: '3'

services:
haspark-main:
image: somebottle/haspark:3.1.0
image: somebottle/haspark:3.1.1
hostname: shmain
env_file: ./conf.env
environment:
Expand All @@ -170,7 +170,7 @@ services:
- '9870:9870'
- '19888:19888'
haspark-worker-1:
image: somebottle/haspark:3.1.0
image: somebottle/haspark:3.1.1
hostname: shworker1
env_file: ./conf.env
environment:
Expand All @@ -186,7 +186,7 @@ services:
ports:
- '8081:8081'
haspark-worker-2:
image: somebottle/haspark:3.1.0
image: somebottle/haspark:3.1.1
hostname: shworker2
env_file: ./conf.env
environment:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
haspark-main:
image: somebottle/haspark:3.1.0
image: somebottle/haspark:3.1.1
hostname: shmain
env_file: ./conf.env
environment:
Expand All @@ -20,7 +20,7 @@ services:
- '9870:9870'
- '19888:19888'
haspark-worker-1:
image: somebottle/haspark:3.1.0
image: somebottle/haspark:3.1.1
hostname: shworker1
env_file: ./conf.env
environment:
Expand All @@ -36,7 +36,7 @@ services:
ports:
- '8081:8081'
haspark-worker-2:
image: somebottle/haspark:3.1.0
image: somebottle/haspark:3.1.1
hostname: shworker2
env_file: ./conf.env
environment:
Expand Down

0 comments on commit 7bb7608

Please sign in to comment.