mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2025-08-09 21:17:37 +02:00
Update README
This commit is contained in:
@ -55,7 +55,7 @@ I'm using this `docker-compose.yml`:
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
fakerelay:
|
fakerelay:
|
||||||
image: 'ghcr.io/g3rv4/fakerelay:1.0.3'
|
image: 'ghcr.io/g3rv4/fakerelay:latest'
|
||||||
command: 'web'
|
command: 'web'
|
||||||
hostname: fakerelay
|
hostname: fakerelay
|
||||||
environment:
|
environment:
|
||||||
@ -66,7 +66,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- '/local/path/to/data:/data'
|
- '/local/path/to/data:/data'
|
||||||
cli:
|
cli:
|
||||||
image: 'ghcr.io/g3rv4/fakerelay:1.0.2'
|
image: 'ghcr.io/g3rv4/fakerelay:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- '/local/path/to/data:/data'
|
- '/local/path/to/data:/data'
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user