Skip to content

Commit

Permalink
fix: add nginx-proxy-acme depends on nginx-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Jun 27, 2024
1 parent 76303b8 commit 84282fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ services:
- ./acme:/etc/acme.sh
environment:
- [email protected]
depends_on:
- nginx-proxy
volumes_from:
- nginx-proxy
app:
image: ghcr.io/maazh10/app:latest
container_name: app
Expand Down

0 comments on commit 84282fe

Please sign in to comment.