Rename production Docker Compose file

This commit is contained in:
Oliver Davies 2021-07-05 17:38:49 +01:00
parent 7ff4ec81fc
commit 3ab3830b89

View file

@ -0,0 +1,8 @@
version: '2.4'
services:
web:
image: oliverdavies-uk-web
ports:
- 80:80
restart: always