mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
expose volume and ports
This commit is contained in:
parent
c9fb9e6a54
commit
37ab01d6eb
2 changed files with 5 additions and 1 deletions
|
|
@ -52,7 +52,11 @@ RUN cd /home/frappe \
|
|||
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
|
||||
VOLUME /home/frappe/frappe-bench/sites
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 9000
|
||||
EXPOSE 6787
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
CMD ["start"]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ services:
|
|||
- MYSQL_USER=root
|
||||
volumes:
|
||||
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
|
||||
- /var/lib/mysql
|
||||
- /tmp/mysql-data:/var/lib/mysql
|
||||
ports:
|
||||
- "3307:3306" #mariadb-port
|
||||
container_name: mariadb
|
||||
|
|
|
|||
Loading…
Reference in a new issue