modem7

Results 252 comments of modem7

So the `expose` instruction is really just that, it's more there for [documentation](https://docs.docker.com/reference/dockerfile/#expose) than anything functional (unless the container is set to `host` networking). We define the port in https://github.com/modem7/docker-rickroll/blob/master/scripts/70-nginx.sh#L5...

OK, this is odd. I wonder if something has been fixed upstream. I've just tested with: ```yaml rickroll: image: modem7/docker-rickroll # image: rickroll:test container_name: Rickroll ports: - 1987:1987 networks: pihole:...

Closing for now. Please re-open/comment if you're still having issues.

> Could you release a new version in the meantime (create a release from the current code)? That's what the dev tag is for atm.

I honestly can't recall, might have even been before my time. @Anth0rx could you share your compose file so we can have a better look?

@raph-topo - Can we close this issue seeing as @witten has a solution?

> @modem7 another thing where the s6 setup would shine dude [grantbevis](https://github.com/grantbevis) We can certainly investigate a custom startup section where people can add their own packages/scripts or something, or...

> Hello, > > pg_dump 16.1 is available in alpine 3.19. > > So I suggest to rebase the Dockerfile to 3.11-alpine3.19 (from python:3.11.5-alpine3.18 currently) or better directly use python:3.11-alpine...

`python:3.11.7-alpine3.19` fails build as there are packages missing in the Alpine repos (like `openssl1.1-compat`). https://gitlab.alpinelinux.org/alpine/aports/-/issues/15575 https://drone.modem7.com/modem7/docker-borgmatic/251/1/3 `python:3.11.7-alpine3.18` seems to work, however. I'm doing a backup now to see how it...