Skip to content

Commit

Permalink
fix preview URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Aug 21, 2024
1 parent 87267dc commit 807e076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.pullpreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "3000:3000"
environment:
- CHOKIDAR_USEPOLLING=true
- PREVIEW_URL=http://${PULLPREVIEW_PUBLIC_DNS}:3000
- PREVIEW_URL=http://${PULLPREVIEW_PUBLIC_DNS}:3009
- PUBLISH_URL=http://runner:3009
- LAST_COMMIT
- LAST_TAG
Expand Down

0 comments on commit 807e076

Please sign in to comment.