We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0dc0f commit cc46700Copy full SHA for cc46700
1 file changed
compose.yml
@@ -88,7 +88,7 @@ services:
88
# files are expected to exist within the context
89
- ${CERT_PATH_CHAIN:-./docker/nginx/cert.pem}:/geonode-certificates/autoissued/fullchain.pem
90
- ${CERT_PATH_KEY:-./docker/nginx/key.pem}:/geonode-certificates/autoissued/privkey.pem
91
- restart: on-failure
+ restart: always
92
networks:
93
geonode_network:
94
ipv4_address: 172.18.0.100
0 commit comments