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
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${lychee_conf}:/conf
|
||||
- ${lychee_uploads}:/uploads
|
||||
- ${lychee_sym}:/sym
|
||||
- lychee_conf:/conf
|
||||
- lychee_uploads:/uploads
|
||||
- lychee_sym:/sym
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.photo.rule=Host(`${HOST_LYCHEE}.${DOMAIN}`)
|
||||
|
|
Loading…
Add table
Reference in a new issue