Skip to content

Commit bd512e8

Browse files
committed
Change proxy_default to myapp-proxy_default
1 parent 2844a14 commit bd512e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ services:
7575
CADDY_SITE_ADDRESS: ":80"
7676
networks:
7777
default:
78-
proxy_default:
78+
myapp-proxy_default:
7979
aliases:
8080
- ${COMPOSE_PROJECT_NAME}_caddy
8181

8282
networks:
83-
proxy_default:
83+
myapp-proxy_default:
8484
external: true
8585
```
8686

0 commit comments

Comments
 (0)