mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
updated docker-compose.yml to set baseUrl for solid server
This commit is contained in:
@@ -17,11 +17,11 @@ services:
|
||||
|
||||
solid:
|
||||
image: solidproject/community-server:7
|
||||
command: ["--baseUrl", "http://solid:3000"]
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./solid/data:/data
|
||||
- ./solid/config:/data
|
||||
|
||||
socket:
|
||||
image: socketcluster/socketcluster:v17.4.0
|
||||
|
||||
Reference in New Issue
Block a user