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