This commit is contained in:
parent
a139278f8b
commit
b26c0befa7
2 changed files with 1 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
||||||
FROM superseriousbusiness/gotosocial:latest as upstream
|
|
||||||
|
|
||||||
FROM alpine:3.17.2 as executor
|
|
||||||
USER 1001:1001
|
|
||||||
WORKDIR "/gotosocial/storage"
|
|
||||||
WORKDIR "/gotosocial"
|
|
||||||
COPY --chown=1001:1001 --from=upstream /gotosocial /gotosocial
|
|
||||||
VOLUME [ "/gotosocial/config" ]
|
|
|
@ -2,7 +2,7 @@ version: "3.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gotosocial:
|
gotosocial:
|
||||||
image: forgeflux/ftest-control-gotosocial:latest
|
image: forgeflux/ftest-gotosocial-wrapper:latest
|
||||||
container_name: gotosocial
|
container_name: gotosocial
|
||||||
user: 1001:1001
|
user: 1001:1001
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in a new issue