Skip to content

Docker scripts

  1. docker/standalone/start.sh, replace line 5 by:
    docker run -d --rm --name ragnar-01 -p80:8069 ragnar-standalone

  2. README.adoc, add below line 55:

 Stop the containers:
----
docker-compose -p odoo -f ./docker/compose/docker-compose.yml down
----
Edited by Pierre-Jean L'Hôte