Merge pull request 'Set new container registry url in docker-compose' (#156) from 112-set-new-container-registry-url-in into main

Reviewed-on: LibreTunes/LibreTunes#156
This commit is contained in:
Ethan Girouard 2024-11-23 07:16:40 +00:00
commit 1a1516ff92

View File

@ -3,7 +3,7 @@ name: libretunes
services: services:
libretunes: libretunes:
container_name: libretunes container_name: libretunes
# image: registry.mregirouard.com/libretunes/libretunes:latest # image: git.libretunes.xyz/libretunes/libretunes:latest
build: . build: .
ports: ports:
- "3000:3000" - "3000:3000"