Skip to content

Commit

Permalink
change ports
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 6, 2024
1 parent f704f26 commit 3a99f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Local development:

* `docker-compose up`
* http://localhost:8080
* http://localhost:8024
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
nginx:
image: nginx:latest
ports:
- "8080:80"
- "8024:80"
volumes:
- ./default.conf:/etc/nginx/default.conf
- ./www:/usr/share/nginx/html
Expand Down

0 comments on commit 3a99f7b

Please sign in to comment.