Skip to content

Instantly share code, notes, and snippets.

@minetaro12
Last active February 15, 2022 04:44
Show Gist options
  • Save minetaro12/1b0efc5c8eaae84fdf6e876d1281be6c to your computer and use it in GitHub Desktop.
Save minetaro12/1b0efc5c8eaae84fdf6e876d1281be6c to your computer and use it in GitHub Desktop.
ビルド済みのDockerイメージを使ってDB以外をコンテナ化
version: "3"
services:
web:
image: ghcr.io/minetaro12/misskey:latest
restart: always
network_mode: "host"
volumes:
- ./files:/misskey/files
- ./.config:/misskey/.config:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment