Rename network
This commit is contained in:
parent
f810c1cba7
commit
ebf5e458f6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue