Finish a working example.

This commit is contained in:
2023-07-05 20:02:50 -07:00
parent 6ce636f1d1
commit 67a1f3cd0c
3 changed files with 33 additions and 16 deletions

View File

@@ -4,13 +4,12 @@
# https://phoenixnap.com/kb/docker-nginx-reverse-proxy
# https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image/
version: '2'
version: '3'
services:
app:
image: nginx
build: .
restart: always
build: ./
ports:
- 80:80
- 443:443