JT Newcomer
@Europa2010AD · Joined 4 years ago · 5 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
@hughbris: There are other images listed on Grav docs now. Okay I've managed to build the image with Dockerfile via docker-compose successfully, container is up and running but somehow Grav doesn't s
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
@hughbris: Sorry I assumed you were familiar with one of these tools and how to shell in. It's all good! I'm more of a self-learned enthusiast, so there are many gaps in my knowledge 🤣 @hughbris: Th
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
Thanks for the tip. I just shelled into the container and tried both wget 127.0.0.1:80 and curl 127.0.0.1:80, with different results: wget: after it says "connecting to 127.0.0.1:80", it saved an "ind
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
Below is the sample .yml the image provided on their site: version: "2.1" services: grav: image: lscr.io/linuxserver/grav container_name: grav environment: - PUID=1000 - PGID
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
Would like some pointers as to why I can't seem to access my Grav site set up behind traefik, when my other docker containers have been set up pretty much the same way and are reachable over the inter