Compare commits

..

No commits in common. "0242023434bdcda4306ff1c878022008cdcdebed" and "208576351670c5ec41b26758534ffa69b20d3738" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
services:
hedgedoc:
container_name: hedgedoc
image: quay.io/hedgedoc/hedgedoc:1.10.0-alpine
image: quay.io/hedgedoc/hedgedoc:1.9.9
restart: always
user: {{ users['hedgedoc'] }}:{{ users['hedgedoc'] }}
env_file: .env

View file

@ -1,7 +1,7 @@
services:
stump:
container_name: stump
image: aaronleopold/stump:0.0.6
image: aaronleopold/stump:0.0.5
restart: always
environment:
- PUID={{ users['stump'] }}