XoXFaby

Results 45 comments of XoXFaby

Can you elaborate? The are already configuration files to edit pretty much everything in BetterUI, and on top of that an in-game menu to edit these settings is also in...

x64 On Thu, Dec 21, 2023 at 10:34 PM Wingy ***@***.***> wrote: > Is this on x64 or arm? > > — > Reply to this email directly, view it...

``` root@docker:~# docker image ls wingysam/christmas-community REPOSITORY TAG IMAGE ID CREATED SIZE wingysam/christmas-community latest ef9f227bbc88 5 days ago 254MB wingysam/christmas-community cf35dbb1c01f 10 months ago 244MB ```

``` root@docker:~# docker images --format '{{.Repository}}:{{.Tag}}' | grep 'wingysam/christmas-community:' | xargs docker rmi -f Untagged: wingysam/christmas-community:latest Untagged: wingysam/christmas-community@sha256:34a3ab430d37f4b832e0b5cee37299649a2af77469cd9a736a8feccaa8420ee3 Error response from daemon: invalid reference format ```

~~I deleted the container and ran ` docker image prune -a` and it seems to work now.~~ I lied

``` 2023-12-21T22:04:41.245214834Z 2023-12-21T22:04:41.245286461Z > [email protected] start 2023-12-21T22:04:41.245295449Z > node src/manager.js 2023-12-21T22:04:41.245301660Z 2023-12-21T22:04:42.839600693Z [ EXPRESS ] Express server started on port 80! 2023-12-21T22:04:42.840169017Z [ DB EXPOSE ] DB has been exposed...

for extra info this is my compose file, ran via portainer ``` version: "3" services: christmas-community: image: wingysam/christmas-community:latest volumes: - /media/config/christmas-community:/data ports: - 8080:80 environment: PUID: PUID PGID: PUID SITE_TITLE:...

> Hey @xoxfaby just for testing purpose, could you please run a new container without any persistant data and see what append please ? `docker run -p 8081:80 -it wingysam/christmas-community:latest`...

> Try running it with no env variables? wouldn't @zethis test have done that?