mirror of
https://github.com/ganglyglub2-gif/cotizador-impresion-3D.git
synced 2026-07-17 18:55:11 +00:00
Commit inicial del cotizador 3D
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
container_name: printer3d
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./www:/var/www/html
|
||||
- ./profiles:/app/profiles
|
||||
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini # <-- Agregado para subir archivos grandes
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user