Fixed snipeit CaddyFile

master
Tai 2 years ago committed by GitHub
parent f55c6179f7
commit cd4585b2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ Remember to `docker exec -w /etc/caddy caddy caddy reload` after editing your Ca
``` ```
snipeit.example.com { snipeit.example.com {
reverse_proxy wordpress:80 reverse_proxy snipeit:80
} }
``` ```
@ -90,4 +90,4 @@ networks:
default: default:
external: external:
name: caddy_net name: caddy_net
``` ```

Loading…
Cancel
Save