Docker error (network) #1

Closed
opened 2023-09-21 19:49:38 -07: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 12:29:40 -08:00
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nick/joomla#1
No description provided.