изменение название сервисов
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ services:
|
|||||||
image: ghcr.io/homarr-labs/homarr:latest
|
image: ghcr.io/homarr-labs/homarr:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ${SSD}/homarr/appdata:/appdata
|
- ${SSD}/homarr/appdata:/appdata
|
||||||
environment:
|
environment:
|
||||||
- SECRET_ENCRYPTION_KEY=a5768cf048956f4da12fd0773b95f8960d571cfd2889c5c428ca9a4c8016bb36
|
- SECRET_ENCRYPTION_KEY=a5768cf048956f4da12fd0773b95f8960d571cfd2889c5c428ca9a4c8016bb36
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
emby:
|
emby:
|
||||||
image: emby/embyserver
|
image: emby/embyserver
|
||||||
container_name: embyserver
|
container_name: emby
|
||||||
environment:
|
environment:
|
||||||
- UID=1000 # The UID to run emby as (default: 2)
|
- UID=1000 # The UID to run emby as (default: 2)
|
||||||
- GID=100 # The GID to run emby as (default 2)
|
- GID=100 # The GID to run emby as (default 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user