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 have no experience with override files. Perhaps the networks: field of the nginx service in the override file is replacing the networks instead of appending?
You could try putting this in your compose.override.yml:
networks:
- bouldernet
- rproxy
but not working.
Normally the error message should give you some clue what is wrong...
Hi,
I use a reverse proxy to setup any container and I have to do it with labca.
I use Traefik and for this I need to insert some labels in the container script.
Exist this system too: https://docs.docker.com/compose/multiple-compose-files/merge/ with compose.override.yml
How can I use it with your system? I used the command 'curl -sSL https://raw.githubusercontent.com/hakwerk/labca/master/install | bash'
thank you
The text was updated successfully, but these errors were encountered: