Rename network
This commit is contained in:
parent
4d36d4b44e
commit
f810c1cba7
|
@ -16,7 +16,7 @@ services:
|
||||||
- <%= @rclone_conf_path %>:/rclone.conf
|
- <%= @rclone_conf_path %>:/rclone.conf
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- mariadb<%= @customer %>_<%= @customer %>
|
- mariadb-<%= @customer %>_<%= @customer %>
|
||||||
dns:
|
dns:
|
||||||
- 89.46.20.75
|
- 89.46.20.75
|
||||||
- 89.46.21.29
|
- 89.46.21.29
|
||||||
|
@ -27,5 +27,5 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mariadb<%= @customer %>_<%= @customer %>:
|
mariadb-<%= @customer %>_<%= @customer %>:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue