chore (proxy): use name for nginx container

This commit is contained in:
thomasabishop 2025-03-30 14:19:42 +01:00
parent 71704448b3
commit dbc68fc3c6

View file

@ -1,6 +1,7 @@
services:
nginx:
image: nginx:latest
container_name: nginx
ports:
- "80:80"
- "443:443"