Skip to content

Commit fc14f9e

Browse files
committed
chore(dev): fix local directus instance hostname
1 parent 72ee5eb commit fc14f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66
# use "node" user with UID/GID 1000 (avoid permission issues with root)
77
USER node
88

9-
ENV DIRECTUS_URL=http://clic-directus:8055
9+
ENV DIRECTUS_URL=http://directus:8055
1010
ENV NEXT_PUBLIC_DIRECTUS_URL=http://localhost/directus
1111

1212
# install dependencies and run in watch mode

0 commit comments

Comments
 (0)