Skip to content

Commit

Permalink
Merge pull request #65 from AlayaCare/fixDockerListen
Browse files Browse the repository at this point in the history
by default Goliac listen on port 127.0.0.1, let's change it for Docker
  • Loading branch information
nzin-alayacare authored Oct 9, 2024
2 parents 9d291cb + 61ae374 commit d8dc319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN useradd --uid 1000 --gid 0 goliac && \
chmod g=u /app
USER 1000:0

ENV GOLIAC_SERVER_HOST=0.0.0.0
ENV GOLIAC_SERVER_PORT=18000
EXPOSE 18000

ENTRYPOINT ["./goliac"]

0 comments on commit d8dc319

Please sign in to comment.