Skip to content

Commit

Permalink
Updated docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 18, 2024
1 parent ca21592 commit ab3dacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ services:
# volumes:
# - ${GOOGLE_APPLICATION_CREDENTIALS}:/google/gcp_credentials.json
# - ${HOST_BLOB_STORAGE_DIRECTORY}:/mnt/blob_storage
# - <certname>.crt:/etc/ssl/ca/ca.crt
# logging:
# options:
# max-size: '10m'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
cvmanager_nginx_proxy:
build:
context: ../nginx_proxy_resources
context: <nginx-proxy-resources>
image: cvmanager_nginx_proxy:latest
restart: unless-stopped
ports:
Expand Down

0 comments on commit ab3dacd

Please sign in to comment.