mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
chore: fix tag
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user