1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Add 'name' top-level attribute to docker-compose.yml

This changes the project name from "compose"
to "librenms".  Also remove "version" top-level
attribute as this is no longer required by the
compose spec.

Fixes #325
This commit is contained in:
Brian Candler 2022-12-16 09:29:27 +00:00
parent e44f17b4ec
commit 453b31cc64
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
version: "3.5"
name: librenms
services:
db: