mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
version devcontainer
This commit is contained in:
parent
81ba1fa5e4
commit
e2fe285ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: docker.io/mariadb:11.8
|
image: docker.io/mariadb:10.6
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
|
|
@ -42,7 +42,7 @@ services:
|
||||||
image: docker.io/redis:alpine
|
image: docker.io/redis:alpine
|
||||||
|
|
||||||
frappe:
|
frappe:
|
||||||
image: docker.io/frappe/bench:latest
|
image: docker.io/frappe/bench:v5.27.0
|
||||||
# If you want to build the current bench image the Containerfile is in this Repo.
|
# If you want to build the current bench image the Containerfile is in this Repo.
|
||||||
# build: ../images/bench
|
# build: ../images/bench
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue