dredgeon

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dredgeon's Achievements

Noob

Noob (1/14)

0

Reputation

  1. For folks having this issue, I solved it by adding my MariaDB port as a variable, key DB_PORT. Just entered my MariaDB container name (using custom network but can also use IP address) for the "MySql Database IP:Port:" variable. I had to add a variable for the database name with they key DB_NAME.
  2. The macvlan docker networks created through the GUI do not use the DHCP pool when set. After setting any range, containers will still assign ip addresses starting with the lowest number even if that is outside of the DHCP pool range.