mirror of
https://github.com/louislam/dockge.git
synced 2025-08-13 16:17:32 +02:00
Compare commits
2 Commits
fix-consol
...
1.4.1
Author | SHA1 | Date | |
---|---|---|---|
1b0792b56e | |||
eb5183ab12 |
@ -275,7 +275,7 @@ export default defineComponent({
|
|||||||
methods: {
|
methods: {
|
||||||
parsePort(port) {
|
parsePort(port) {
|
||||||
if (this.stack.endpoint) {
|
if (this.stack.endpoint) {
|
||||||
return parseDockerPort(port, this.stack.endpoint.hostname);
|
return parseDockerPort(port, this.stack.primaryHostname);
|
||||||
} else {
|
} else {
|
||||||
let hostname = this.$root.info.primaryHostname || location.hostname;
|
let hostname = this.$root.info.primaryHostname || location.hostname;
|
||||||
return parseDockerPort(port, hostname);
|
return parseDockerPort(port, hostname);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dockge",
|
"name": "dockge",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18.0.0 && <= 18.17.1"
|
"node": ">= 18.0.0 && <= 18.17.1"
|
||||||
|
Reference in New Issue
Block a user