chore: update Docker image reference in docker-compose.yml
- Changed the image reference for the NextAV service to use the latest version from the private registry. - Ensured the container name and restart policy remain unchanged for consistent deployment behavior.
This commit is contained in:
parent
30cebc453a
commit
1b78492a92
|
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextav:
|
nextav:
|
||||||
image: nextav:optimized
|
image: 192.168.2.212:3000/tigeren/nextav:latest
|
||||||
container_name: nextav-app
|
container_name: nextav-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue