-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added psono #116
base: main
Are you sure you want to change the base?
Added psono #116
Conversation
Deploying adminguide with Cloudflare Pages
|
@@ -20,7 +20,7 @@ services: | |||
image: passbolt/passbolt | |||
restart: always | |||
ports: | |||
- "[::1]:8000:80" | |||
- "::1:8000:80" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
geht das?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich glaube die Klammern werden benötig, da sonst yaml rumheult, da zwei doppelpunkte nebeneinander
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das hat nichts mit YAML zu tun. In einer URI/URL müssen IPv6 Adressen in [] geschrieben werden, sodass der Port klar abgegrenzt ist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Und ::1 ist die IPv6 Adresse für den localhost (vgl. 127.0.0.1)
No description provided.