Skip to content

Commit

Permalink
test docker listening ipv6 address
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad committed Jun 26, 2024
1 parent 7e78adb commit afb998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=builder /app/.next/server ./.next/server
EXPOSE 3000

# Set environment variables
ENV HOSTNAME=0.0.0.0 PORT=3000
ENV HOSTNAME=:: PORT=3000

# Start the application
CMD ["node", "server.js"]

0 comments on commit afb998e

Please sign in to comment.