Viewing a single comment thread. View all comments

twovests wrote

Hi! I missed this earlier.

Can you tell me what ports specifically these were on, and were you trying to connect to a Caddy server running locally (i.e. at localhost:1234) or somewhere else?

1

astroaron OP wrote

The tutorial has me use ports 2019 and 2015 (this is all being done locally), with the hello-world showing up on port 2015.

(pushing ahead, I'm looking to get the postmill images as outlined here. When I try to clone it, it says permission denied. This feels like an issue that anyone with some experience with git would not run in to. Am I missing something obvious)

Thank you for all of your help!

2

twovests wrote

Hi, are you in the Postmill directory?

git clone git@codeberg.org:Postmill/Postmill.git
cd Postmill
docker build -t registry.postmill.xyz/postmill/postmill:php-latest --target postmill_php .
docker build -t registry.postmill.xyz/postmill/postmill:web-latest --target postmill_web .

IIRC, these docker build commands look inside the current directory for a matching Dockerfile. It's strange, but the url registry.postmill.xyz/postmill/postmill:php-latest is an identifier.

1