Skip to content
Snippets Groups Projects
Commit 2a47b3e5 authored by Christoffer Stoll's avatar Christoffer Stoll
Browse files

add restart:always to docker

parent d53da0a5
No related branches found
No related tags found
1 merge request!15Development
......@@ -9,6 +9,7 @@ services:
- net.ipv4.tcp_keepalive_time=200
ports:
- ${API_PORT:-5000}:5000
restart: always
client:
build:
context: .
......@@ -19,3 +20,4 @@ services:
- api
ports:
- ${CLIENT_PORT:-80}:80
restart: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment