Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 496c333

Browse files
committed
more to port 80
1 parent e68ab81 commit 496c333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you see something like
1717
web-service_1 | 2017-10-12 20:48:20 INFO HttpVerticle:112 - Server listening on port 8989
1818
web-service_1 | 2017-10-12 20:48:20 INFO VertxLauncher:30 - STARTED
1919

20-
Point your browser at http://localhost:8989
20+
Point your browser at http://localhost
2121

2222
Now you should be able to add a user!
2323
Provided your user has the proper permissions, you should be able to create a page!

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
web-service:
44
build: ./web-service
55
ports:
6-
- 8989:8989
6+
- 80:8989
77
image: alexsimons/vertx-web-service
88
mongo:
99
image: mongo:latest

0 commit comments

Comments
 (0)