mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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:
|
||||
mariadb:
|
||||
image: docker.io/mariadb:11.8
|
||||
image: docker.io/mariadb:10.6
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
|
|
@ -42,7 +42,7 @@ services:
|
|||
image: docker.io/redis:alpine
|
||||
|
||||
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.
|
||||
# build: ../images/bench
|
||||
command: sleep infinity
|
||||
|
|
|
|||
Loading…
Reference in a new issue