1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00
This commit is contained in:
kev 2022-11-18 13:22:33 +08:00
parent 033681533c
commit e7190c7814
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
FROM node:lts-bullseye
MAINTAINER EasyPi Software Foundation
ARG EDITLY_VERSION=0.12.0
ARG FFMPEG_VERSION=5.0.1
ARG EDITLY_VERSION=0.14.1
ARG FFMPEG_VERSION=5.1.1
RUN set -xe \
&& apt update \

View File

@ -8,7 +8,7 @@
version: "3.8"
services:
neo4j:
image: neo4j
image: neo4j:5-community
ports:
- "7474:7474"
- "7687:7687"