This commit is contained in:
skidoodle 2024-10-10 21:43:13 +02:00
commit a209be089b
Signed by: albert
GPG key ID: A06E3070D7D55BF2
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,3 @@
version: '3.8'
services:
spotify-ws:
image: ghcr.io/skidoodle/spotify-ws:main

View file

@ -28,8 +28,7 @@ go run main.go
### Docker compose
```
version: '3.9'
```yaml
services:
spotify-ws:
container_name: spotify-ws
@ -45,7 +44,7 @@ services:
### Docker run
```
```sh
docker run \
-d \
--name=spotify-ws \