This commit is contained in:
Administrator
2024-05-12 23:08:05 +08:00
parent 9c2b2df722
commit e964bfe6f5

View File

@@ -1,8 +1,13 @@
nacos:
image: nacos/nacos-server:2.0.2
networks:
- mynetwork
ports:
- "8849:8848"
environment:
MODE: "standalone"
version: '3'
services:
nacos:
image: nacos/nacos-server:2.0.2
networks:
- mynetwork
ports:
- "8849:8848"
environment:
MODE: "standalone"
networks:
mynetwork: