Skip to content

Commit

Permalink
Fix: Ensure container name is unique (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto authored Jun 18, 2024
1 parent 3e6351a commit 17a8f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ services:

api-pdfs-worker:
image: api
container_name: lago_api_events_worker
container_name: lago_api_pdfs_worker
depends_on:
- api
restart: unless-stopped
Expand Down

0 comments on commit 17a8f95

Please sign in to comment.