Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
fix: Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
federicozanardo authored Mar 7, 2023
1 parent a9da680 commit 07e8eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "3.3"
services:
node:
container_name: "stipula-node"
image: stipula-node:v0.3.1
# image: "ghcr.io/federicozanardo/stipula-node:v0.3.1"
image: stipula-node:v0.4.1
# image: "ghcr.io/federicozanardo/stipula-node:v0.4.1"
ports:
- 127.0.0.1:8080:8080
- 127.0.0.1:61000:61000
Expand All @@ -13,4 +13,4 @@ services:
- SEED=no

volumes:
stipula-storage:
stipula-storage:

0 comments on commit 07e8eef

Please sign in to comment.