Skip to content

Instantly share code, notes, and snippets.

@marcin-jozwikowski
Created October 29, 2018 06:35
Show Gist options
  • Save marcin-jozwikowski/0ba493657d940b1223f95961c714e93e to your computer and use it in GitHub Desktop.
Save marcin-jozwikowski/0ba493657d940b1223f95961c714e93e to your computer and use it in GitHub Desktop.
version: "3"
services:
web:
image: nginx
volumes:
- .:/usr/share/nginx/html
ports:
- 8080:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment