Skip to content

Commit

Permalink
[B] Sample docker-compose has correct example PREVIEW_URL var
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Jan 8, 2024
1 parent f3b836d commit 558c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-local-db.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
DB_PORT: 5432
PRIMARY_SITE_URL: http://localhost:8080
WEB_BASE_URL: http://localhost:3000
ALIAS_PREVIEW_URL_FORMAT: http://localhost:3000/api/preview?site={site}&entryUid={sourceUid}
ALIAS_PREVIEW_URL_FORMAT: http://localhost:3000/api/preview?site={site}&uri={uri}
ENABLE_MEMCACHED: "true"
MEMCACHED_IP: cache
MEMCACHED_PORT: 11211
Expand Down

0 comments on commit 558c7bb

Please sign in to comment.