Skip to content

Commit

Permalink
Fix path for basic-auth bind mount
Browse files Browse the repository at this point in the history
Fix path for basic-auth bind mount.
  • Loading branch information
skoranda committed Dec 22, 2020
1 parent 13a3ca5 commit d9fcf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simple-development-plugin-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ volumes:
source: ${HOME}/comanage/srv/comanage-registry/local
target: /srv/comanage-registry/local
- type: bind
source: ${HOME}/etc/apache2/basic-auth
source: ${HOME}/comanage/etc/apache2/basic-auth
target: /etc/apache2/basic-auth
```

Expand Down

0 comments on commit d9fcf08

Please sign in to comment.