version: "3"
volumes:
firefox:
services:
firefox:
#image: doublezonline.cloud/jlesage/firefox:latest
image: geray/firefox:latest
container_name: firefox
environment:
LANG: zh_CN.UTF-8
KEEP_APP_RUNNING: 1
volumes:
- firefox:/config:rw
restart: always
ports:
- 5801:5800
Dockerfile
FROM geray/firefox:latest
# ADD https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/font-wqy-zenhei-0.9.45-r3.apk /tmp
COPY font-wqy-zenhei-0.9.45-r3.apk /tmp
RUN apk add /tmp/font-wqy-zenhei-0.9.45-r3.apk
Content type
Image
Digest
sha256:fe7c770c2…
Size
230.3 MB
Last updated
almost 2 years ago
docker pull geray/firefox