Skip to content

Commit

Permalink
Fix the restart policy in the docker-compose.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Borjis131 committed May 22, 2023
1 parent 072011a commit fe00581
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions compose-files/basic-v2/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
- OPEN5GS_VERSION=${OPEN5GS_VERSION}
- UBUNTU_VERSION=${UBUNTU_VERSION}
command: "-c /open5gs/config/udr.yaml"
restart: on-failure
restart: unless-stopped
networks:
open5gs:
aliases:
Expand Down Expand Up @@ -132,7 +132,7 @@ services:
- OPEN5GS_VERSION=${OPEN5GS_VERSION}
- UBUNTU_VERSION=${UBUNTU_VERSION}
command: "-c /open5gs/config/pcf.yaml"
restart: on-failure
restart: unless-stopped
networks:
open5gs:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions compose-files/basic-v3/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
- OPEN5GS_VERSION=${OPEN5GS_VERSION}
- UBUNTU_VERSION=${UBUNTU_VERSION}
command: "-c /open5gs/config/udr.yaml"
restart: on-failure
restart: unless-stopped
networks:
open5gs:
aliases:
Expand Down Expand Up @@ -138,7 +138,7 @@ services:
- OPEN5GS_VERSION=${OPEN5GS_VERSION}
- UBUNTU_VERSION=${UBUNTU_VERSION}
command: "-c /open5gs/config/pcf.yaml"
restart: on-failure
restart: unless-stopped
networks:
open5gs:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions compose-files/scp-model-d/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
- OPEN5GS_VERSION=${OPEN5GS_VERSION}
- UBUNTU_VERSION=${UBUNTU_VERSION}
command: "-c /open5gs/config/udr.yaml"
restart: on-failure
restart: unless-stopped
networks:
open5gs:
aliases:
Expand Down Expand Up @@ -153,7 +153,7 @@ services:
- OPEN5GS_VERSION=${OPEN5GS_VERSION}
- UBUNTU_VERSION=${UBUNTU_VERSION}
command: "-c /open5gs/config/pcf.yaml"
restart: on-failure
restart: unless-stopped
networks:
open5gs:
aliases:
Expand Down

0 comments on commit fe00581

Please sign in to comment.