Skip to content

Commit 175e3be

Browse files
committed
🚧 docker-compose: adjust env var
1 parent 7747831 commit 175e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
container_name: public-repo-dashboard
88
environment:
99
# This should match the API service URL.
10-
- PUBLIC_ENDPOINT_URL=https://dashboard.cachyos.org/api
10+
- NEXT_PUBLIC_ENDPOINT_URL=https://dashboard.cachyos.org/api
1111
ports:
1212
- 3000:3000
1313
restart: on-failure

0 commit comments

Comments
 (0)