forked from EvergreenCrypto/docker-finance
client: Dockerfiles: remove obsolete 'version' element
Resolves warning when internally running docker compose.
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
version: "3.8"
|
|
||||||
services:
|
services:
|
||||||
docker-finance:
|
docker-finance:
|
||||||
image: @DOCKER_FINANCE_IMAGE@
|
image: @DOCKER_FINANCE_IMAGE@
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
version: "3.8"
|
|
||||||
services:
|
services:
|
||||||
docker-finance:
|
docker-finance:
|
||||||
image: @DOCKER_FINANCE_IMAGE@
|
image: @DOCKER_FINANCE_IMAGE@
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
version: "3.8"
|
|
||||||
services:
|
services:
|
||||||
docker-finance:
|
docker-finance:
|
||||||
image: @DOCKER_FINANCE_IMAGE@
|
image: @DOCKER_FINANCE_IMAGE@
|
||||||
|
|||||||
Reference in New Issue
Block a user