Update DOCKER_INSTALL.md

This commit is contained in:
Rob Clarkson 2023-02-01 13:10:20 +13:00 committed by GitHub
parent fd7d4e5134
commit 9269b25fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ set up the server hosting firewall to allow open access to https (port 443) only
### service bring-up and running
```
$ docker volumes create caddy_data
$ docker volume create caddy_data
// add -d for detached mode
$ docker-compose up -d
```