fix volume names
This commit is contained in:
parent
3291b8dd9f
commit
367b4ebf05
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ services:
|
||||||
- 80
|
- 80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${lychee_conf}:/conf
|
- lychee_conf:/conf
|
||||||
- ${lychee_uploads}:/uploads
|
- lychee_uploads:/uploads
|
||||||
- ${lychee_sym}:/sym
|
- lychee_sym:/sym
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.photo.rule=Host(`${HOST_LYCHEE}.${DOMAIN}`)
|
- traefik.http.routers.photo.rule=Host(`${HOST_LYCHEE}.${DOMAIN}`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue