콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
6800 화면

I have a trouble to run odoo in my local machine. I am using linux manjaro and running odoo 11 in docker,

and I have starting the docker container by execute command "docker-compose start" or "docker-compose up -d" and when I go to localhost:8069 it just show blank page, but there is odoo logo in tab.

this is the link to image : 

https://user-images.githubusercontent.com/23108110/67663707-af208500-f998-11e9-9cd7-369bd5e0b27b.png


is there any sugestion to this problem?


아바타
취소

Hi,

Have you checked the logs yet?

작성자 베스트 답변

I found the answer , I just run di command

reset && docker rm -f $(docker ps -a -q) || yes | docker-compose rm && sudo rm -rf postgresql && docker-compose up -d --build && docker-compose logs -f 

아바타
취소
베스트 답변

Try without port

아바타
취소
관련 게시물 답글 화면 활동
2
7월 24
2733
1
6월 24
5189
1
10월 23
10922
1
10월 23
98
1
8월 23
2194