mirror of
https://github.com/ganglyglub2-gif/cotizador-impresion-3D.git
synced 2026-07-17 18:55:11 +00:00
12 lines
301 B
YAML
12 lines
301 B
YAML
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 |