Skip to content

Commit 95e4dbf

Browse files
committed
chore: fix tag
1 parent 5536de6 commit 95e4dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/filerun/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filerun/db:/var/lib/mysql
1515

1616
filerun:
17-
image: filerun/filerun:latest
17+
image: filerun/filerun:8.1
1818
container_name: filerun
1919
environment:
2020
- FR_DB_HOST=db
@@ -27,7 +27,7 @@ services:
2727
links:
2828
- db:db
2929
ports:
30-
- 8080:80
30+
- 8088:80
3131
expose:
3232
- 80
3333
volumes:

0 commit comments

Comments
 (0)