This commit is contained in:
Mikaël Capelle
2023-08-23 14:55:13 +00:00
parent 814304bc8d
commit b39fdf05d0
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ version: "2"
services:
nginx:
image: nginx
container_name: nginx_proxy
restart: always
ports:
- "80:80"