Skip to content

Commit

Permalink
fix docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrv committed Jul 8, 2024
1 parent 34e223a commit b641f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

app:
<< : *restart_policy
image: buddy/repman:1.3.4
image: buddy/repman:1.4.0
sysctls:
net.core.somaxconn: 2048
command: >
Expand All @@ -37,7 +37,7 @@ services:

consumer:
<< : *restart_policy
image: buddy/repman:1.3.4
image: buddy/repman:1.4.0
command: ['bin/console', 'messenger:consume', 'async', '--limit=500']
env_file: .env.docker
volumes:
Expand All @@ -48,7 +48,7 @@ services:

cron:
<< : *restart_policy
image: buddy/repman:1.3.4
image: buddy/repman:1.4.0
command: ['crond', '-f', '-L', '/app/var/log/cron.log']
env_file: .env.docker
volumes:
Expand Down

0 comments on commit b641f95

Please sign in to comment.