mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-10-29 09:40:07 +01:00
alias
This commit is contained in:
@@ -2,9 +2,9 @@ services:
|
|||||||
motioneye:
|
motioneye:
|
||||||
container_name: motioneye
|
container_name: motioneye
|
||||||
dns:
|
dns:
|
||||||
- 192.168.77.101
|
- 192.168.77.101
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Bratislava
|
- TZ=Europe/Bratislava
|
||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/motioneye-project/motioneye:edge
|
image: ${DOCKER_REGISTRY:-}ghcr.io/motioneye-project/motioneye:edge
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: 'true'
|
com.centurylinklabs.watchtower.enable: 'true'
|
||||||
@@ -19,10 +19,9 @@ services:
|
|||||||
wud.watch: true
|
wud.watch: true
|
||||||
wud.watch.digest: true
|
wud.watch.digest: true
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
- 8765:8765
|
- 8765:8765
|
||||||
privileged: true
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
|
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
|
||||||
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
|
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
|
||||||
|
|||||||
Reference in New Issue
Block a user