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.
  • Loading branch information
paulirwin committed Jan 22, 2024
1 parent af05fc6 commit c4436b3
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 @@ -5,7 +5,7 @@ Please note that Emulator for Azure App Configuration is unofficial and not endo
## Getting Started

```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 c4436b3

Please sign in to comment.