Update installer image name.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-03-08 19:52:10 -06:00
parent 11e5741fde
commit c25b50c632
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
services :
installer :
container_name: azuracast_installer
image: 'ghcr.io/azuracast/web:${AZURACAST_VERSION:-latest}'
image: 'ghcr.io/azuracast/azuracast:${AZURACAST_VERSION:-latest}'
volumes:
- './:/installer'
restart: 'no'