Ubuntu 22 con Odoo15
The container includes SSH server, postgresql, cron and odoo15
EXPOSE 22, 5432, 8069 and 8072 in /opt/odoo15 is the home of the odoo15 user in /opt/postgres is the DATA_DIR of postgres It is done with the intention if you want to place a separate volume
The ROOT and POSTGRES password is random each time you boot. You can see it in the startup verbose. If you want to change it, enter the console and edit the file /start.sh
Comment the line: ROOT_PASSWORD=pwgen -c -n -1 8 and uncomment the line ROOT_PASSWORD="YourPasswordHere". And enter the password you want. This password is shared with the postgres user
The postgres DB allows remote access (Be careful) The user odoo15 does not have a password in SSH nor in postgres. if you want you change them
The odoo15 Master Password is defined in the file /opt/odoo15/odoo15.conf and is "SardesDoo". yourself to change it
I hope it helps you. Greetings, Pepe If you want something [email protected]ā
EL contenedor incluye servidor SSH, postgresql, cron y odoo15
EXPUESTOS 22, 5432, 8069 y 8072 en /opt/odoo15 esta el home del usuario de odoo15 en /opt/postgres esta el DATA_DIR del postgres Esta hecho con la intencion si quieres colocar un volumen aparte
La contraseƱa del ROOT y del POSTGRES es aleatoria cada vez que arrancas. La puedes ver en el verbose de arranque. SI la quieres cambiar entra en la consola y edita el fichero /start.sh
COmenta la linea: ROOT_PASSWORD=pwgen -c -n -1 8 y descomenta la linea ROOT_PASSWORD="YourPasswordHere". E intoduce el password que quieras. Dicho password se comparte con el usuario postgres
La BBDD postgres permite acceso remoto (Ten cuidado) EL usuario odoo15 no tiene password en SSH ni tampoco en postgres. SI quieres los cambias
EL Master Password de odoo15 esta definido en el fichero /opt/odoo15/odoo15.conf y es "SardesDoo". Tu mismo/a para cambiarlo
Espero que os ayude. Un saludo, Pepe SI quereis algo [email protected]ā
Content type
Image
Digest
sha256:a26083060ā¦
Size
5.5 GB
Last updated
almost 4 years ago
docker pull sardes/odoo15