Skip to content

Instantly share code, notes, and snippets.

@AlbinoDrought
Last active February 27, 2019 03:49
Show Gist options
  • Save AlbinoDrought/4c8441f18cfbf752f87d043204f98d00 to your computer and use it in GitHub Desktop.
Save AlbinoDrought/4c8441f18cfbf752f87d043204f98d00 to your computer and use it in GitHub Desktop.
docker-compose for creamy-static
version: "2"
services:
creamy-static:
image: albinodrought/creamy-static
ports:
- 3000:3000
environment:
FILE_PATH: /static
PORT: 3000
volumes:
- ./static:/static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment