Skip to content

Commit

Permalink
Fix incorrect image tag in docker-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 27, 2024
1 parent fd04fc1 commit afd5db9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions config-demo.toml

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ x-db-credentials: &db-credentials # Use the default
services:
# listmonk app
app:
image: listmonk/listmonk:test
image: listmonk/listmonk:latest
container_name: listmonk_app
restart: unless-stopped
ports:
Expand Down

0 comments on commit afd5db9

Please # to comment.