Skip to content

Commit

Permalink
build: updated server version in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Oct 22, 2023
1 parent aefcf4c commit f000a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'
services:

server:
image: "rsksmart/rollup-server:1.0.1-beta"
image: "rsksmart/rollup-server:1.1.0-beta"
ports: #Ports that where configured using the environment variables
- 3001:3001 # RestApi
- 3002:3002 # Web3
Expand Down

0 comments on commit f000a14

Please sign in to comment.