oxidize: set new image-tag (#489)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #489
This commit is contained in:
parent
fd006700a2
commit
686162e624
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
oxidized:
|
||||
restart: always
|
||||
container_name: "oxidized"
|
||||
image: oxidized/oxidized:cool # ist auf lokal gebautes Image gesetzt, nach https://github.com/ytti/oxidized/pull/2726 kann es wieder auf latest gesetzt werden
|
||||
image: oxidized/oxidized:latest # ist auf lokal gebautes Image gesetzt, nach https://github.com/ytti/oxidized/pull/2726 kann es wieder auf latest gesetzt werden
|
||||
ports:
|
||||
- 8888:8888/tcp
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue