mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 04:23:39 +00:00
enhancement(lint): Fix lint errors for docker-compose.yml
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
e33911c4ad
commit
b7de8640e9
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
name: <your project name>
|
||||
services:
|
||||
<to-change-here>:
|
||||
ports:
|
||||
- 3000:80
|
||||
container_name: saahildcom
|
||||
image: <to-change-here>:latest
|
||||
<to-change-here>:
|
||||
ports:
|
||||
- 3000:80
|
||||
container_name: saahildcom
|
||||
image: <to-change-here>:latest
|
||||
|
|
Loading…
Reference in a new issue