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:
|
services:
|
||||||
spotify-ws:
|
spotify-ws:
|
||||||
image: ghcr.io/skidoodle/spotify-ws:main
|
image: ghcr.io/skidoodle/spotify-ws:main
|
||||||
|
|
|
@ -28,8 +28,7 @@ go run main.go
|
||||||
|
|
||||||
### Docker compose
|
### Docker compose
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
version: '3.9'
|
|
||||||
services:
|
services:
|
||||||
spotify-ws:
|
spotify-ws:
|
||||||
container_name: spotify-ws
|
container_name: spotify-ws
|
||||||
|
@ -45,7 +44,7 @@ services:
|
||||||
|
|
||||||
### Docker run
|
### Docker run
|
||||||
|
|
||||||
```
|
```sh
|
||||||
docker run \
|
docker run \
|
||||||
-d \
|
-d \
|
||||||
--name=spotify-ws \
|
--name=spotify-ws \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue