Rename network

This commit is contained in:
Micke Nordin 2023-02-28 08:40:16 +01:00
parent f810c1cba7
commit ebf5e458f6
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -13,9 +13,9 @@ services:
command: redis-server /data/redis.conf --loglevel verbose command: redis-server /data/redis.conf --loglevel verbose
restart: always restart: always
networks: networks:
- mariadb<%= @customer %>_<%= @customer %> - mariadb-<%= @customer %>_<%= @customer %>
networks: networks:
mariadb<%= @customer %>_<%= @customer %>: mariadb-<%= @customer %>_<%= @customer %>:
external: true external: true