Skip to content

Commit

Permalink
update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyPale committed May 26, 2022
1 parent 9feeccd commit 1291c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: bystack
container_name: bystack
restart: on-failure
command: ["sh", "-c", "bystackd node"]
command: ["sh", "-c", "bystackd node --auth.disable"]
volumes:
- /root/.bystack:/root/.bystack
network_mode: host

0 comments on commit 1291c0b

Please sign in to comment.