3 Star 5 Fork 1

Gitee 极速下载/cloudmacs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/karlicoss/cloudmacs
克隆/下载
docker-compose.example.yml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
cloudmacs:
image: karlicoss/cloudmacs:latest
container_name: cloudmacs
restart: unless-stopped
stdin_open: true
tty: true
ports:
- 8080:8080
environment:
# ugh. docker-compose can't into proper shell substitution...
- UNAME
- GNAME
- EMACS_UID
- EMACS_GID
- UHOME=/home/emacs
- TERM=xterm-256color # TODO move it to container instead?
volumes:
# you might want to share your emacs/spacemacs init file, normally there should be no harm in it
- ${HOME}/.spacemacs.d:/home/emacs/.spacemacs.d
# or alternatively, if you're using .spacemacs file
# - ${HOME}/.spacemacs:/home/emacs/.spacemacs
# see Readme::Setting up Spacemacs for explanation
- ${HOME}/.cloudmacs.d:/home/emacs/.emacs.d
# map your personal files here you want to make accessible to cloudmacs
# WARNING: be careful mapping more than necesarry (e.g. whole hard drives) if you're planning to expose your container to the outside world
- ${HOME}/data:/home/emacs/data
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/mirrors/cloudmacs.git
git@gitee.com:mirrors/cloudmacs.git
mirrors
cloudmacs
cloudmacs
master

搜索帮助