Skip to content

Commit 6359f2c

Browse files
authored
🐌 🐍
1 parent ecfaed9 commit 6359f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can pull & run the public docker image from github package registry:
3535
`$ docker pull ghcr.io/manasky/lorem-server:latest`
3636

3737
#### Run docker image:
38-
To run the container you must pass the app arguments via the `.env` file. To this, create a file named `.env` & set the options in uppercase & snail case format.
38+
To run the container you must pass the app arguments via the `.env` file. To this, create a file named `.env` & set the options in uppercase & snake case format.
3939

4040
An example of .env file:
4141
```
@@ -57,4 +57,4 @@ Your images directory must link to the container, to this you can use -v argumen
5757
* `~/Pictures:/app/images` sets up a bindmount volume that links the directory `/app/images` from inside the app container to the directory `~/Pictures` on the host machine (here, your system). The app image directory is set in the `.env` file as `/app/images`, so here the `~/Pictures` is mounted to that.
5858

5959

60-
After container running, the app will scan `/app/images` which is mounted to the directory `~/Pictures` of your system & serves the HTTP server on `127.0.0.1:8080`. Visit `127.0.0.1:8080/image` for start.
60+
After container running, the app will scan `/app/images` which is mounted to the directory `~/Pictures` of your system & serves the HTTP server on `127.0.0.1:8080`. Visit `127.0.0.1:8080/image` for start.

0 commit comments

Comments
Β (0)