feat: add to nginx network
This commit is contained in:
parent
387d443c16
commit
8b900499be
|
@ -19,6 +19,7 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
networks:
|
networks:
|
||||||
- simplylab
|
- simplylab
|
||||||
|
- nginx-proxy
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
@ -26,4 +27,5 @@ services:
|
||||||
max-file: "10"
|
max-file: "10"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
simplylab:
|
simplylab:
|
||||||
|
nginx-proxy:
|
Loading…
Reference in New Issue