---
version: "2"
services:
your_spotify:
image: linuxserver/your_spotify:1.5.1
container_name: your_spotify
restart: no
Docker Hub | linuxserver/your_spotify |
Build Time | 17 Mar 2023 02:03:22 |
Synchronised | Yes |
Stable | Yes |
Deprecated | No |
Branch | Version | Built |
---|---|---|
latest | 1.5.1 | 17 Mar 2023 at 02:03:22 |
---
version: "2"
services:
your_spotify:
image: linuxserver/your_spotify:1.5.1
container_name: your_spotify
restart: no
docker create \
--name=your_spotify \ --restart no \
linuxserver/your_spotify:1.5.1