mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-19 06:13:44 +02:00
remove spaces
This commit is contained in:
20
README.md
20
README.md
@@ -40,16 +40,16 @@ The easiest and recommended way to deploy unknownBIN is by using the pre-built D
|
|||||||
2. **Run the container:**
|
2. **Run the container:**
|
||||||
To ensure your pastes are saved even if the container is removed or updated, you must mount a volume for the data directory.
|
To ensure your pastes are saved even if the container is removed or updated, you must mount a volume for the data directory.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
mrunknownde:
|
unknownbin:
|
||||||
image: 'ghcr.io/mrunknownde/unknownbin:main'
|
image: 'ghcr.io/mrunknownde/unknownbin:main'
|
||||||
container_name: my-unknownbin
|
container_name: unknownbin
|
||||||
volumes:
|
volumes:
|
||||||
- '/path/to/your/data:/usr/src/app/data'
|
- '/path/to/your/data:/usr/src/app/data'
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
|
|||||||
Reference in New Issue
Block a user