Skip to content

Files

Latest commit

 

History

History
14 lines (12 loc) · 646 Bytes

config-file-location.adoc

File metadata and controls

14 lines (12 loc) · 646 Bytes

Location of configuration file in a standalone deployment

For standalone deployments of {productname}, the config.yaml file must be specified when starting the {productname} registry. This file is located in the configuration volume. For example, the configuration file is located at $QUAY/config/config.yaml when deploying {productname} by the following command:

$ sudo podman run -d --rm -p 80:8080 -p 443:8443 \
   --name=quay \
   -v $QUAY/config:/conf/stack:Z \
   -v $QUAY/storage:/datastorage:Z \
   {productrepo}/{quayimage}:{productminv}