Docker error (network) #1

Closed
opened 2023-09-22 02:49:38 +00:00 by nick · 1 comment
Owner

WARN[0000] network default: network.external.name is deprecated. Please set network.name with external: true

WARN[0000] network default: network.external.name is deprecated. Please set network.name with external: true
Author
Owner

I think this is fixed with this:

networks:
  default:
    external:
      name: ${NETWORKNAME}
I think this is fixed with this: ``` networks: default: external: name: ${NETWORKNAME} ```
nick closed this issue 2023-12-19 20:29:40 +00:00
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nick/joomla#1
No description provided.