Overview & Installation
What is the Floating Server V2?
Key Highlights & Compatibility
Feature
Details
Installation Options
Run Floating Server v2 with PostgreSQL and Docker
docker network create fsnetdocker run -d \
--name fs-postgres \
--network fsnet \
-e POSTGRES_USER=fsuser \
-e POSTGRES_PASSWORD=fspassword \
-e POSTGRES_DB=fsdb \
-v pgdata:/var/lib/postgresql/data \
-p 5432:5432 \
postgres:16Was this helpful?