Initialized docker-compose.yml
Minimal Docker-Compose file with only port mappingmain
parent
69b76b9b10
commit
ba260ba118
|
|
@ -0,0 +1,8 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
my-container:
|
||||
image: <image_name>:<tag_name>
|
||||
ports:
|
||||
- "80:80"
|
||||
# Add other configuration options as needed
|
||||
Loading…
Reference in New Issue