Commit a4ac9bc2 authored by yangjian's avatar yangjian

fix docker-compose.yml

parent 01ea60b2
...@@ -2,7 +2,7 @@ version: '3.3' ...@@ -2,7 +2,7 @@ version: '3.3'
services: services:
openxg-amf: openxg-amf:
container_name: "openxg-amf" container_name: "openxg-amf"
image: openxg-amf:v1.5.1 image: openxg-amf:v1.5.3
privileged: true privileged: true
stdin_open: true stdin_open: true
tty: true tty: true
...@@ -17,7 +17,7 @@ services: ...@@ -17,7 +17,7 @@ services:
- ../etc/amf.conf:/openxg-amf/etc/amf.conf - ../etc/amf.conf:/openxg-amf/etc/amf.conf
openxg-smf: openxg-smf:
container_name: "openxg-smf" container_name: "openxg-smf"
image: openxg-smf:v1.5.1 image: openxg-smf:v1.5.3
privileged: true privileged: true
stdin_open: true stdin_open: true
tty: true tty: true
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
openxg-upf: openxg-upf:
container_name: "openxg-upf" container_name: "openxg-upf"
image: openxg-upf:v1.5.1 image: openxg-upf:v1.5.3
privileged: true privileged: true
stdin_open: true stdin_open: true
tty: true tty: true
......
version: '3.3' version: '3.3'
services: services:
mysql: mysql:
image: www.opensource5g.org:18082/diankeyuan/aarch64/mysql:latest image: mysql:latest
container_name: mysql container_name: mysql
restart: always restart: always
logging: logging:
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
phpmyadmin: phpmyadmin:
image: www.opensource5g.org:18082/diankeyuan/aarch64/phpmyadmin:latest image: phpmyadmin:latest
container_name: phpmyadmin container_name: phpmyadmin
restart: always restart: always
logging: logging:
......
...@@ -2,7 +2,7 @@ version: '3.8' ...@@ -2,7 +2,7 @@ version: '3.8'
services: services:
openxg-gnb: openxg-gnb:
container_name: "openxg-gnb" container_name: "openxg-gnb"
image: openxg-ueransim:v3.2.6 image: openxg-ueransim:v1.5.3
privileged: true privileged: true
stdin_open: true stdin_open: true
tty: true tty: true
...@@ -18,7 +18,7 @@ services: ...@@ -18,7 +18,7 @@ services:
- ../etc/gnb.yaml:/ueransim/etc/gnb.yaml - ../etc/gnb.yaml:/ueransim/etc/gnb.yaml
openxg-ue: openxg-ue:
container_name: "openxg-ue" container_name: "openxg-ue"
image: openxg-ueransim:v3.2.6 image: openxg-ueransim:v1.5.3
privileged: true privileged: true
stdin_open: true stdin_open: true
tty: true tty: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment