Skip to content

Commit 36f916a

Browse files
authored
Update docker-compose.yml
changing path inside container instead Signed-off-by: adanb13 <83403825+adanb13@users.noreply.github.com>
1 parent 077e1d7 commit 36f916a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- logforge-network
1313
volumes:
1414
- /var/run/docker.sock:/var/run/docker.sock
15-
- logforge_core_data:/app/app/core/data
15+
- logforge_core_data:/app/core/data
1616
restart: always
1717
ports:
1818
- "${EXPOSED_BACKEND_PORT:-8000}:${BACKEND_SERVICE_PORT:-8000}"

0 commit comments

Comments
 (0)