This commit is contained in:
2025-08-25 16:24:55 +07:00
parent 1e7102fa8d
commit 9319fc704e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
networks: networks:
nginx_network_external: nginx_network_external:
name: nginx_network_external name: nginx_network_external
attachable: true external: true
#attachable: true
services: services:
nginx: nginx:
build: . build: .

View File

@@ -1,3 +1,4 @@
events {}
http { http {
server { server {
listen 80; listen 80;