Skip to content

Commit

Permalink
Update docker-compose.example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OzGav authored Mar 21, 2024
1 parent c99f837 commit 59e4c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
music-assistant-server:
image: ghcr.io/music-assistant/server:latest # <<< Desired release version here
image: ghcr.io/music-assistant/server:beta # <<< Desired release version here (change beta to latest once there is a stable release)
container_name: music-assistant-server
restart: unless-stopped
# Network mode must be set to host for MA to work correctly
Expand Down

0 comments on commit 59e4c06

Please sign in to comment.