mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-21 15:13:45 +02:00
remove spaces
This commit is contained in:
@@ -42,9 +42,9 @@ The easiest and recommended way to deploy unknownBIN is by using the pre-built D
|
|||||||
|
|
||||||
```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:
|
||||||
|
|||||||
Reference in New Issue
Block a user