mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-02-14 00:34:25 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
version: "2.1"
|
||||
|
||||
services:
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr:latest
|
||||
container_name: lidarr
|
||||
@@ -14,4 +13,6 @@ services:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/downloads:/downloads # Should be the same as the download client's folder
|
||||
ports:
|
||||
- 8686:8686
|
||||
expose:
|
||||
- 8686
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user