Last active
March 18, 2023 05:39
-
-
Save brian-tex/0b6c127bc4fc561302745082b030288c to your computer and use it in GitHub Desktop.
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: "2.4" | |
| services: | |
| rickroll: | |
| image: modem7/docker-rickroll | |
| container_name: Rickroll | |
| ports: | |
| - 9991:8080 | |
| environment: | |
| - TITLE="Rickroll" # Changes the title of the webpage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment