Skip to content

Commit

Permalink
dev-container: disable authorization (#146)
Browse files Browse the repository at this point in the history
Thus, do not have to login when using rstudio dev container
  • Loading branch information
arnfinn authored Jun 6, 2024
1 parent f682c46 commit a47002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- 8.8.8.8
restart: "no"
environment:
PASSWORD: password
DISABLE_AUTH: "true"
DB_HOST: db
DB_USER: root
DB_PASS: root
Expand Down

0 comments on commit a47002a

Please sign in to comment.