version: "3.3"
services:
fuxa:
image: deadlemon/fuxa
container_name: fuxa
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
ports:
- 1881:1881
volumes:
- ./fuxa/db:/FUXA/server/_db
- ./fuxa/logs:/FUXA/server/_logs
- ./fuxa/data:/FUXA/server/_appdata
if you want to replicate the build
FROM node:12
COPY . /FUXA/
WORKDIR /FUXA/server
RUN npm install
EXPOSE 1881
CMD npm start
Content type
Image
Digest
sha256:00dc17623…
Size
1.9 GB
Last updated
16 days ago
docker pull deadlemon/fuxa