Skip to content

Commit 10d5114

Browse files
committed
chore: review fixes - reverse proxy example moved to examples.
1 parent d33479d commit 10d5114

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

compose-behind-proxy.yml renamed to .examples/docker-compose-reverse-proxy/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
container_name: gatus_behind_proxy
2121

2222
volumes:
23-
- ./config.yml:/config/02_config.yaml
23+
- ../../config.yml:/config/02_config.yaml
2424
environment:
2525
- GATUS_CONFIG_PATH=/config
2626
configs:

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ docker-run:
3333

3434
docker-build-and-run: docker-build docker-run
3535

36-
docker-run-proxied: frontend-build docker-build
37-
docker compose -f ./compose-behind-proxy.yml up
38-
3936
#############
4037
# Front end #
4138
#############

0 commit comments

Comments
 (0)