Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 authored Nov 20, 2023
1 parent de6021c commit 3373610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
vsc-node: # name of the service
image: platinium/vsc-node:latest
image: vaultec/vsc-node:latest
container_name: vsc-node # what to label the container for docker ps
restart: always # restart if failed, until we stop it ourselves
#external_links:
Expand Down

0 comments on commit 3373610

Please sign in to comment.