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