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