Update compose.yaml
This commit is contained in:
+2
-2
@@ -30,13 +30,13 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
termix:
|
termix:
|
||||||
image: ghcr.io/lukegus/termix:latest
|
image: ghcr.io/lukegus/termix:2.2.0
|
||||||
container_name: termix
|
container_name: termix
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports:
|
# ports:
|
||||||
# - '8080:8080'
|
# - '8080:8080'
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/docker/termix/termix-data:/app/data
|
- /opt/01_admin/termix/:/app/data
|
||||||
# environment:
|
# environment:
|
||||||
# PORT: '8080'
|
# PORT: '8080'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user