mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 05:41:34 +00:00
Update Dockerfile
The Exposed Port should be the one that is specified in the documentation. Port 80 causes routing issues. I got "Bad Gateway, Connection Refused" when I try to connect to the webpage via Traefik
This commit is contained in:
parent
8f4c75ff2b
commit
3fe5903e21
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@ RUN npm ci --only=production
|
||||||
|
|
||||||
RUN apk del make python3 g++
|
RUN apk del make python3 g++
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 13378
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue