Skip to content

Commit

Permalink
docs: remove outdated information in doc configuration section (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnvmadhav committed Sep 8, 2021
1 parent f6a4dc6 commit 3f16045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ RUN mkdir -p /var/lib/sqlite
RUN chown ory:ory /var/lib/sqlite
VOLUME /var/lib/sqlite

# Exposing the ory home directory to simplify passing in hydra configuration (e.g. if the file $HOME/.hydra.yaml
# exists, it will be automatically used as the configuration file).
# Exposing the ory home directory
VOLUME /home/ory

# Declare the standard ports used by hydra (4433 for public service endpoint, 4434 for admin service endpoint)
Expand Down
3 changes: 1 addition & 2 deletions .docker/Dockerfile-sqlite
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ RUN mkdir -p /var/lib/sqlite
RUN chown ory:ory /var/lib/sqlite
VOLUME /var/lib/sqlite

# Exposing the ory home directory to simplify passing in Hydra configuration (e.g. if the file $HOME/.hydra.yaml
# exists, it will be automatically used as the configuration file).
# Exposing the ory home directory
VOLUME /home/ory

# Declare the standard ports used by Hydra (4433 for public service endpoint, 4434 for admin service endpoint)
Expand Down
3 changes: 1 addition & 2 deletions test/conformance/hydra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN go build -tags sqlite -o /usr/bin/hydra

VOLUME /var/lib/sqlite

# Exposing the ory home directory to simplify passing in hydra configuration (e.g. if the file $HOME/.hydra.yaml
# exists, it will be automatically used as the configuration file).
# Exposing the ory home directory
VOLUME /home/ory

# Declare the standard ports used by hydra (4433 for public service endpoint, 4434 for admin service endpoint)
Expand Down

0 comments on commit 3f16045

Please sign in to comment.