Last active
August 24, 2024 20:13
-
-
Save fabriziosalmi/fd2cca2b1a1683d466ad63c69c313fee to your computer and use it in GitHub Desktop.
hello-world-docker-compose.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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