changed docker compose directory

This commit is contained in:
2026-05-06 16:16:03 +02:00
parent 7ab65f1833
commit dc02bb9dc4
+9
View File
@@ -0,0 +1,9 @@
services:
cnn_website:
build:
context: cnn_website/.
image: cnn_website
container_name: cnn_website_1
ports:
- "8080:80"
restart: unless-stopped