Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app runs on port 3000 #338

Open
iainmsi opened this issue Jun 15, 2023 · 0 comments
Open

app runs on port 3000 #338

iainmsi opened this issue Jun 15, 2023 · 0 comments

Comments

@iainmsi
Copy link

iainmsi commented Jun 15, 2023

I'm trying to configure scinote with https-portal, I can get it working with the "dangerous docker discovery method"
but i wanted to avoid using this method
if it try or any of the others I get the error did not find expected key -what am I doing wrong ?

thankyou

version: '2'
services:
https-portal:
# https://github.com/SteveLTN/https-portal
restart: always

image: steveltn/https-portal:1

a-multi-port-web-application:

...

expose:
- '80'
- '443'
environment:
VIRTUAL_HOST: example.com
VIRTUAL_PORT: '3000'
environment:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant