diff --git a/README.md b/README.md index 11ad52b..b4b29ad 100644 --- a/README.md +++ b/README.md @@ -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.) diff --git a/docker-compose.yml b/docker-compose.yml index 3fc67d7..4f89f53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: