mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Docker compose sample: fix major Bugsink version at 2
In #207 we introduced the idea of pinning; but now that we're about to release 2.0, let's immediately update the pin
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
timeout: 5s
|
||||
|
||||
web:
|
||||
image: bugsink/bugsink:1
|
||||
image: bugsink/bugsink:2
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user