We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4070e4 commit c735f81Copy full SHA for c735f81
1 file changed
docs/server_setup.md
@@ -503,10 +503,15 @@ services:
503
logging:
504
driver: json-file
505
options: {}
506
+ networks:
507
+ - nginx-proxy-manager_default
508
volumes:
509
- /home/alan/mkdocs-live/linux-notes:/docs
510
working_dir: /docs
-networks: {}
511
+networks:
512
+ nginx-proxy-manager_default:
513
+ external: true
514
+ name: nginx-proxy-manager_default
515
```
516
517
## Hugo installation
0 commit comments