Compare commits
2 commits
2085763516
...
0242023434
Author | SHA1 | Date | |
---|---|---|---|
0242023434 | |||
0cc5836587 |
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
hedgedoc:
|
||||
container_name: hedgedoc
|
||||
image: quay.io/hedgedoc/hedgedoc:1.9.9
|
||||
image: quay.io/hedgedoc/hedgedoc:1.10.0-alpine
|
||||
restart: always
|
||||
user: {{ users['hedgedoc'] }}:{{ users['hedgedoc'] }}
|
||||
env_file: .env
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
stump:
|
||||
container_name: stump
|
||||
image: aaronleopold/stump:0.0.5
|
||||
image: aaronleopold/stump:0.0.6
|
||||
restart: always
|
||||
environment:
|
||||
- PUID={{ users['stump'] }}
|
||||
|
|
Loading…
Reference in a new issue