Skip to content

Instantly share code, notes, and snippets.

@bl4ck5un
Created January 23, 2020 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bl4ck5un/484a47f580ed5021c16e115fce4ed5d3 to your computer and use it in GitHub Desktop.
Save bl4ck5un/484a47f580ed5021c16e115fce4ed5d3 to your computer and use it in GitHub Desktop.
unblockneteasemusic docker compose
version: '3'
services:
unblockneteasemusic:
image: nondanee/unblockneteasemusic
environment:
NODE_ENV: production
ports:
- 8080:8080
- 8081:8081
command: -p 8080:8081 --strict
volumes:
- ./server.crt:/usr/src/app/server.crt
- ./server.key:/usr/src/app/server.key
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment