v0.1.4
parent
78b27d9c36
commit
94092c1a79
|
|
@ -41,8 +41,6 @@ services:
|
||||||
options:
|
options:
|
||||||
max-size: "20m"
|
max-size: "20m"
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
networks:
|
|
||||||
- nanobot_net
|
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
|
|
@ -73,9 +71,7 @@ services:
|
||||||
options:
|
options:
|
||||||
max-size: "20m"
|
max-size: "20m"
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
networks:
|
|
||||||
- nanobot_net
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nanobot_net:
|
default:
|
||||||
driver: bridge
|
name: dashboard-nanobot-network
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue