Skip to content

Commit 7633ab7

Browse files
committed
docs: update README
1 parent 2f119c8 commit 7633ab7

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -142,23 +142,7 @@ The emulator's display can be adjusted with environment variables:
142142
- `SCREEN_RESOLUTION` (optional): sets the screen size in `WIDTHxHEIGHT` format.
143143
- `SCREEN_DENSITY` (optional): overrides the device pixel density in DPI.
144144

145-
#### Docker run example
146-
147-
```bash
148-
docker run -e SCREEN_RESOLUTION=1440x2560 -e SCREEN_DENSITY=560 shmayro/dockerify-android:latest
149-
```
150-
151-
#### docker-compose snippet
152-
153-
```yaml
154-
environment:
155-
# Optional screen resolution in WIDTHxHEIGHT format
156-
# - SCREEN_RESOLUTION=1440x2560
157-
# Optional screen density (dpi)
158-
# - SCREEN_DENSITY=560
159-
```
160-
161-
If `SCREEN_RESOLUTION` or `SCREEN_DENSITY` are omitted, the emulator uses its default settings.
145+
Configure these variables in your `docker-compose.yml` file (the provided example contains commented entries for reference). If `SCREEN_RESOLUTION` or `SCREEN_DENSITY` are omitted, the emulator uses its default settings.
162146

163147
## 🔄 **First Boot Process**
164148

0 commit comments

Comments
 (0)