Last active
May 2, 2024 06:49
-
-
Save dullage/2da95ac54fdb32e4fffb234bd17a123f to your computer and use it in GitHub Desktop.
docker-compose Template
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
services: | |
: | |
container_name: | |
image: | |
environment: | |
KEY: "Value" | |
volumes: | |
- "/etc/localtime:/etc/localtime:ro" | |
- "./data:/data" | |
ports: | |
- "80:80" | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment