Skip to content

Commit

Permalink
fix container name for to match with previous docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Oct 30, 2024
1 parent abcd459 commit 4b236a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: '3.9'
services:
app:
image: bernalraul/webwallet:latest
container_name: wallet-mainnet
volumes:
- ./cosmos.config.bitcanna-1.js:/app/cosmos.config.js
ports:
Expand All @@ -14,7 +15,7 @@ services:

app-devnet-1:
image: bernalraul/webwallet:latest
container_name: webwallet_devnet-1
container_name: wallet_devnet-1
profiles:
- devnet-1
volumes:
Expand All @@ -25,7 +26,7 @@ services:

app-devnet-6:
image: bernalraul/webwallet:latest
container_name: webwallet_devnet-6
container_name: wallet_devnet-6
profiles:
- devnet-6
volumes:
Expand Down

0 comments on commit 4b236a1

Please sign in to comment.