Skip to content

Commit

Permalink
Merge pull request #229 from 3pillarlabs/develop
Browse files Browse the repository at this point in the history
Match web client version in docker compose configuration
  • Loading branch information
sayantam authored Jan 28, 2021
2 parents d0875af + 5e0e7fa commit 318aa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.2'
services:
web:
image: "hailstorm3/hailstorm-web-client:1.5.7"
image: "hailstorm3/hailstorm-web-client:1.5.8"
ports:
- "8080:80"
networks:
Expand Down

0 comments on commit 318aa40

Please sign in to comment.