fix
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
||||
node:
|
||||
build: ./node-api
|
||||
image: gitea.nucleoriofrio.com/nucleo000/radiusnucleo:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- VLAN_ID=2
|
||||
- MAX_UP=10000000
|
||||
@@ -57,8 +55,6 @@ services:
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./postgres/init:/docker-entrypoint-initdb.d:ro
|
||||
ports:
|
||||
- "5432:5432"
|
||||
networks:
|
||||
- radius_net
|
||||
- principal
|
||||
|
||||
Reference in New Issue
Block a user