mirror of
https://github.com/skidoodle/spotify-ws.git
synced 2025-02-15 06:09:14 +01:00
Merge branch 'main' of https://github.com/skidoodle/spotify-ws
This commit is contained in:
commit
a209be089b
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
spotify-ws:
|
||||
image: ghcr.io/skidoodle/spotify-ws:main
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue