Skip to content

Instantly share code, notes, and snippets.

@fabriziosalmi
Last active August 24, 2024 20:13
Show Gist options
  • Save fabriziosalmi/fd2cca2b1a1683d466ad63c69c313fee to your computer and use it in GitHub Desktop.
Save fabriziosalmi/fd2cca2b1a1683d466ad63c69c313fee to your computer and use it in GitHub Desktop.
hello-world-docker-compose.yaml
version: '3'
services:
nginx:
image: nginx:latest
ports:
- "88:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment