mirror of
https://github.com/journey-ad/Bitmagnet-Next-Web
synced 2024-11-21 17:39:35 +00:00
test docker listening ipv6 address
This commit is contained in:
parent
7e78adbcac
commit
afb998e8ef
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user