[Bug report] colon replaced by triple slash ./Caddyfile:///etc/... bug #2375
Unanswered
Simon99de
asked this question in
Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Operating system
Bazzite OS KDE 42 (Linux Appimage)
Publii version
0.47.1 (build 17302)
Issue type
Application
Bug description
When I enter something like this in publii,
“./Caddyfile:/path” (in the code blog)
it turns it into this:
“./Caddyfile:///path”
I need this for a Docker Compose tutorial.
Unfortunately, replacing the colon with “:” doesn't work either.
The same goes for the Docker code block.
That's because it doesn't check whether it should be a file or not before file. I'd also like to be able to write it that way for instructions somehow.
My Website
🛠️ Docker Compose-Datei erstellen
...
- ./Caddyfile:///etc/caddy/Caddyfile
...
Steps to reproduce
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions