kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
b4888b1f6d
commit
0e6143e2e8
|
@ -49,9 +49,9 @@ To help you get started creating a container from this image you can either use
|
||||||
---
|
---
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
changedetection.io:
|
changedetection:
|
||||||
image: lscr.io/linuxserver/changedetection.io:latest
|
image: lscr.io/linuxserver/changedetection.io:latest
|
||||||
container_name: changedetection.io
|
container_name: changedetection
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -62,6 +62,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
|
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
|
||||||
|
|
Ładowanie…
Reference in New Issue