Renamed static server container (tc)

This commit is contained in:
Thord Johansson 2024-03-26 11:54:39 +01:00
parent f4832fe8de
commit 830ed628bf

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
web:
container_name: nginx-server
container_name: thinkcentre-static
image: nginx:latest
ports:
- '80:80'