Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created February 21, 2018 01:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tstachl/04e01a52316783cbdf87a945fa4eb52d to your computer and use it in GitHub Desktop.
Save tstachl/04e01a52316783cbdf87a945fa4eb52d to your computer and use it in GitHub Desktop.
File to test Docker Compose.
version: '3'
services:
nginx:
image: nginx:alpine
ports:
- '80:80'
- '443:443'
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment