Skip to content

Commit

Permalink
Update readme about using docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Nov 9, 2023
1 parent a55f807 commit c05f54f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ See [here](docs/upgrading-docker-images-to-3.3.md).
## Development

```sh
# For faster builds, use `docker compose` with docker-container driver instead of `docker-compose`
docker buildx create --name mybuilder --driver docker-container --use
# Now use `docker compose` for all commands below. Enjoy.

# Start
docker-compose up --build
# ASP available at http://localhost:8081/ASP. Username: admin, password admin. See ./config/ASP/config.php
Expand Down

0 comments on commit c05f54f

Please sign in to comment.