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 install RadiusDesk using Docker on Portainer, but I’m encountering a few issues when deploying the stack from the Git repository.
Here’s the error message I get during deployment:
"Failed to deploy a stack: time="2024-11-26T10:09:19Z" level=warning msg="networks.default: external.name is deprecated. Please set name and external: true""
It seems that Portainer doesn’t support an empty value after external. Additionally, I noticed another problem in the docker-compose.yml file. On line 34 it's write: MARDIADB_PASSWORD=rd but it should be: MARIADB_PASSWORD=rd.
Would it be possible to revise the docker-compose.yml file to address these issues?
Thank you
The text was updated successfully, but these errors were encountered:
Hello
I’m trying to install RadiusDesk using Docker on Portainer, but I’m encountering a few issues when deploying the stack from the Git repository.
Here’s the error message I get during deployment:
"Failed to deploy a stack: time="2024-11-26T10:09:19Z" level=warning msg="networks.default: external.name is deprecated. Please set name and external: true""
It seems that Portainer doesn’t support an empty value after external. Additionally, I noticed another problem in the docker-compose.yml file. On line 34 it's write: MARDIADB_PASSWORD=rd but it should be: MARIADB_PASSWORD=rd.
Would it be possible to revise the docker-compose.yml file to address these issues?
Thank you
The text was updated successfully, but these errors were encountered: