Skip to content

Commit

Permalink
fix: docker-compose-caddy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Jun 13, 2024
1 parent 09f4eae commit f744284
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose-caddy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -45,4 +46,5 @@ services:
restart: unless-stopped
networks:
app:
name: lightmirrors_app
driver: bridge

0 comments on commit f744284

Please sign in to comment.