mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-08-01 23:07:29 +08:00
fix: docker-compose-caddy.yml
This commit is contained in:
parent
09f4eae6df
commit
f744284c82
@ -1,9 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
lightmirrors:
|
lightmirrors:
|
||||||
image: lightmirrors/mirrors
|
image: lightmirrors/mirrors
|
||||||
build: ./mirrors
|
build:
|
||||||
|
context: ./src
|
||||||
volumes:
|
volumes:
|
||||||
- ./mirrors:/app
|
- ./src/:/app
|
||||||
- ./data/cache:/app/cache
|
- ./data/cache:/app/cache
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@ -45,4 +46,5 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
app:
|
app:
|
||||||
|
name: lightmirrors_app
|
||||||
driver: bridge
|
driver: bridge
|
Loading…
x
Reference in New Issue
Block a user