Actualizar docker-compose-medinfo-app.yml
This commit is contained in:
parent
d25a1429e7
commit
d76321e5a5
@ -7,6 +7,13 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy_network
|
- proxy_network
|
||||||
|
ports:
|
||||||
|
- "4200:80" # solo para test local si no tenés NGINX externo configurado aún
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy_network:
|
proxy_network:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user