chore: fix tag

This commit is contained in:
LRVT
2025-09-01 17:06:07 +02:00
parent 5536de64a6
commit 95e4dbf725

View File

@@ -14,7 +14,7 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filerun/db:/var/lib/mysql - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filerun/db:/var/lib/mysql
filerun: filerun:
image: filerun/filerun:latest image: filerun/filerun:8.1
container_name: filerun container_name: filerun
environment: environment:
- FR_DB_HOST=db - FR_DB_HOST=db
@@ -27,7 +27,7 @@ services:
links: links:
- db:db - db:db
ports: ports:
- 8080:80 - 8088:80
expose: expose:
- 80 - 80
volumes: volumes: