diff --git a/compose.yaml b/compose.yaml index 5d307e9..31ee223 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,10 +1,10 @@ services: server: container_name: rustina + restart: always build: context: . target: final ports: - 8443:8443 env_file: .env -