This commit is contained in:
2026-03-23 09:53:06 +08:00
parent 834242bb7e
commit f6744ef8e0
5 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "3.8"
services:
nacos1:
hostname: nacos13
container_name: nacos3
network_mode: "host"
image: nacos/nacos-server:v2.1
volumes:
- /storage/nacos/logs:/home/nacos/logs
ports:
- "7848:7848"
- "8848:8848"
env_file:
- /storage/nacos/conf/nacos.env
restart: always