mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
version: "2.1"
|
||||
|
||||
services:
|
||||
|
||||
transmission:
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
container_name: transmission
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@@ -16,4 +16,6 @@ services:
|
||||
- 9091:9091 # web ui
|
||||
- 51413:51413 # torrent port tcp
|
||||
- 51413:51413/udp # torrent port udp
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 9091
|
||||
- 51413
|
||||
Reference in New Issue
Block a user