mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
metube:
|
||||
image: alexta69/metube
|
||||
container_name: metube
|
||||
@@ -8,6 +7,8 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:8081" # web ui
|
||||
expose:
|
||||
- 8081
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/metube/downloads:/downloads
|
||||
#networks:
|
||||
|
||||
Reference in New Issue
Block a user