Skip to content

Commit

Permalink
3.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeBottle committed Feb 7, 2024
1 parent 6928315 commit 27c0ffc
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 @@ -160,7 +160,7 @@ version: '3'

services:
haspark-main:
image: somebottle/haspark:3.1.2
image: somebottle/haspark:3.1.2.1
hostname: shmain
env_file: ./conf.env
environment:
Expand All @@ -178,7 +178,7 @@ services:
- '9870:9870'
- '19888:19888'
haspark-worker-1:
image: somebottle/haspark:3.1.2
image: somebottle/haspark:3.1.2.1
hostname: shworker1
env_file: ./conf.env
environment:
Expand All @@ -194,7 +194,7 @@ services:
ports:
- '8081:8081'
haspark-worker-2:
image: somebottle/haspark:3.1.2
image: somebottle/haspark:3.1.2.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.2
image: somebottle/haspark:3.1.2.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.2
image: somebottle/haspark:3.1.2.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.2
image: somebottle/haspark:3.1.2.1
hostname: shworker2
env_file: ./conf.env
environment:
Expand Down

0 comments on commit 27c0ffc

Please sign in to comment.