Skip to content

Commit

Permalink
Remove the --without-dashboard parameter.
Browse files Browse the repository at this point in the history
Fixes #940

Signed-off-by: Gil Bregman <[email protected]>
  • Loading branch information
gbregman committed Nov 11, 2024
1 parent 7e04b91 commit 844781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
environment:
TOUCHFILE: /tmp/ceph.touch
entrypoint: >-
sh -c './vstart.sh --without-dashboard --new $$CEPH_VSTART_ARGS &&
sh -c './vstart.sh --new $$CEPH_VSTART_ARGS &&
echo ceph dashboard nvmeof-gateway-add -i <(echo nvmeof-devel:5500) nvmeof.1 &&
pushd /etc/ceph &&
openssl req -x509 -newkey rsa:4096 -nodes -keyout server.key -out server.crt -days 3650 -subj /CN=my.server -addext "subjectAltName = IP:192.168.13.3, IP:0.0.0.0" &&
Expand Down

0 comments on commit 844781b

Please sign in to comment.