Skip to content

Commit

Permalink
replace obsolete version with name element (#130)
Browse files Browse the repository at this point in the history
The version to level element is now obsolete and a warning shows in docker compose when using it.

In addition a new name top level element is added.

Read more [here](https://docs.docker.com/reference/compose-file/version-and-name/)
  • Loading branch information
jNullj authored Oct 25, 2024
1 parent 3b85005 commit 5be1549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
name: ampache

services:
ampache:
Expand Down

0 comments on commit 5be1549

Please sign in to comment.