...
Code Block | ||||
---|---|---|---|---|
| ||||
docker-compose up -d |
After successful run, we should see the docker containers up & running:
Check logs on
...
odu-app:
Code Block | ||||
---|---|---|---|---|
| ||||
docker logs odu-app |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
docker-compose up -d |
After successful run, we should see the docker containers up & running:
...
Code Block | ||||
---|---|---|---|---|
| ||||
docker logs odu-app |
...