Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBrown47 committed Feb 27, 2022
1 parent 31341b6 commit e8dd9cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3'
services:
web:
# Defining main services
image: 'ghcr.io/danbrown47/makeaton/greenify:latest'

# Mapping of ports
ports:
- "8000:8000"

0 comments on commit e8dd9cc

Please sign in to comment.