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