mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
b319aa3a2a
commit
bef36f30dd
|
@ -13,8 +13,8 @@ services:
|
|||
- 3000:3000 # WEB UI;
|
||||
volumes:
|
||||
- .env:/src/.env:ro
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/app:/src/app:ro
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/public:/src/public:ro
|
||||
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/app:/src/app:ro # only necessary if you want to adjust the code itself (js, css, etc.)
|
||||
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/public:/src/public:ro # only necessary if you want to adjust the code itself (js, css, etc.)
|
||||
#labels:
|
||||
#- traefik.enable=true
|
||||
#- traefik.http.routers.mirotalk.rule=Host(`meet.example.com`) # pls adjust
|
||||
|
|
Loading…
Reference in New Issue
Block a user