You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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
a-multi-port-web-application:
...
expose:
- '80'
- '443'
environment:
VIRTUAL_HOST: example.com
VIRTUAL_PORT: '3000'
environment:
The text was updated successfully, but these errors were encountered: