mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-14 14:01:27 +08:00
Update listen port
This commit is contained in:
parent
73b3780326
commit
3a4dc83075
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ RUN rm -rf /usr/share/nginx/html/*
|
||||||
COPY --from=build /usr/local/app/build/ /usr/share/nginx/html
|
COPY --from=build /usr/local/app/build/ /usr/share/nginx/html
|
||||||
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 9486
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 9486;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|
Loading…
Add table
Reference in a new issue