We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33479d commit 10d5114Copy full SHA for 10d5114
compose-behind-proxy.yml …docker-compose-reverse-proxy/compose.ymlcompose-behind-proxy.yml renamed to .examples/docker-compose-reverse-proxy/compose.yml
@@ -20,7 +20,7 @@ services:
20
container_name: gatus_behind_proxy
21
22
volumes:
23
- - ./config.yml:/config/02_config.yaml
+ - ../../config.yml:/config/02_config.yaml
24
environment:
25
- GATUS_CONFIG_PATH=/config
26
configs:
Makefile
@@ -33,9 +33,6 @@ docker-run:
33
34
docker-build-and-run: docker-build docker-run
35
36
-docker-run-proxied: frontend-build docker-build
37
- docker compose -f ./compose-behind-proxy.yml up
38
-
39
#############
40
# Front end #
41
0 commit comments