Skip to content

Commit

Permalink
Restart container unless stopped, update README to use docker compose…
Browse files Browse the repository at this point in the history
… instead of docker-compose. (#3)
  • Loading branch information
paulirwin authored Jan 22, 2024
1 parent cc140f7 commit 910b6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is not intended for production use.
Clone the repo and run from the root of the project:

```shell
docker-compose up -d
docker compose up -d
```

(Leave off the `-d` to run in your current terminal instead of in background/detached mode.)
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- DATABASE_PATH=/var/lib/azureappconfigurationemulator/emulator.db
- SSL_CERTIFICATE_KEY_PATH=/var/lib/azureappconfigurationemulator/emulator.key
- SSL_CERTIFICATE_CERT_PATH=/var/lib/azureappconfigurationemulator/emulator.crt
restart: unless-stopped
volumes:
data:
data-protection-keys:

0 comments on commit 910b6cc

Please sign in to comment.