mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update
This commit is contained in:
parent
033681533c
commit
e7190c7814
@ -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 \
|
||||
|
@ -8,7 +8,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
neo4j:
|
||||
image: neo4j
|
||||
image: neo4j:5-community
|
||||
ports:
|
||||
- "7474:7474"
|
||||
- "7687:7687"
|
||||
|
Loading…
Reference in New Issue
Block a user