Open AmadeusGraves opened 1 year ago
Sorry @tigerinus, i created this issue but i didn't select the alpha bug
This is more of a incomplete UI instead of a bug.
@AmadeusGraves - also the reason you are seeing playful_antonio_ttrss
is because this docker compose YAML does not have a name:
property, so CasaOS decided to give it a random name.
Maybe this will work? @AmadeusGraves
Yes, this way in case the user has not specified the network, he can at least select another option.
Describe the bug Docker containers with more than one application do not have the possibility to modify the network name in the ui and auto-generate one.
To Reproduce Steps to reproduce the behavior:
services: ttrss: image: wangqiru/ttrss container_name: ttrss restart: always environment:
db
db: image: postgres container_name: ttrss-db restart: always environment:
Expected behavior Be able to edit the network name
Screenshots Capture 1
Desktop (please complete the following information):
Additional context Add any other context about the problem here.