Skip to content

Commit

Permalink
Update port from 80 to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
rexruan committed Jun 4, 2024
1 parent f316ee7 commit 317036b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- backend
container_name: vue-nginx
ports:
- "80:80"
- "8080:8080"
networks:
- swegram-network
profiles:
Expand Down
2 changes: 1 addition & 1 deletion frontend/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;

# The server_name should be the domain or IP address pointing to your server
server_name localhost;
Expand Down

0 comments on commit 317036b

Please sign in to comment.