change port
This commit is contained in:
@@ -25,6 +25,6 @@ services:
|
||||
environment:
|
||||
<<: *shared_environment
|
||||
ports:
|
||||
- '8080:8080'
|
||||
- '8888:8888'
|
||||
# user: '0' # uncomment to run as root for testing purposes even though Dockerfile defines 'vapor' user.
|
||||
command: ["serve", "--env", "production", "--hostname", "0.0.0.0", "--port", "8080"]
|
||||
command: ["serve", "--env", "production", "--hostname", "0.0.0.0", "--port", "8888"]
|
||||
|
||||
Reference in New Issue
Block a user