Skip to content

Instantly share code, notes, and snippets.

View Ritcabuchi's full-sized avatar
💭
Move to https://gitlab.com/Rit_cabuchi

Ritcabuchi

💭
Move to https://gitlab.com/Rit_cabuchi
View GitHub Profile
version: '3'
services:
app:
image: ritcabuchi/mydocker:1
ports:
- "3000:3000"
networks:
- backend
- frontend